Merge pull request #262298 from r-ryantm/auto-update/python311Packages.num2words

python311Packages.num2words: 0.5.12 -> 0.5.13
This commit is contained in:
Martin Weinelt 2023-10-20 21:02:30 +02:00 committed by GitHub
commit 8da5235eee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];