python310Packages.python-stdnum: 1.18 -> 1.19

This commit is contained in:
R. Ryantm 2023-08-22 21:42:37 +00:00
parent bb604b3a76
commit 9425f3b725

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "python-stdnum";
version = "1.18";
version = "1.19";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-vMdj2cSa4j2l0remhtX9He7J2QUTQRYKENGscjomvsA=";
hash = "sha256-Ez7IL1Y5DqdMGQVp6Y8vsUuGmAix1UeFcI8i0P6tiz8=";
};
postPatch = ''