python311Packages.num2words: 0.5.12 -> 0.5.13

This commit is contained in:
R. Ryantm 2023-10-20 12:55:16 +00:00
parent 5bf82c5a0b
commit e6ba2f2555

View File

@ -7,12 +7,12 @@
}:
buildPythonPackage rec {
version = "0.5.12";
version = "0.5.13";
pname = "num2words";
src = fetchPypi {
inherit pname version;
hash = "sha256-fnwLDwgEBao6HdnTKxypCzvwO6sXuOVNsF4beDAaCYg=";
hash = "sha256-owZHFvu/kNdcRJRQzr+8c6ahPmOyUx0JvezDqxoiCc8=";
};
propagatedBuildInputs = [ docopt ];