diff options
| author | Martin Weinelt <mweinelt@users.noreply.github.com> | 2023-01-14 16:26:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-14 16:26:39 +0000 |
| commit | b974cf6522a8a94228a6019a12a4aa2fce239d62 (patch) | |
| tree | e6f67e19bc6dd206fe323eae00ab4f797525401c /pkgs/development/python-modules/python-stdnum | |
| parent | 3a9b551601446eb20f028b9ae3397709666d9387 (diff) | |
| parent | 306d708b8bff93872077751f84133ff11a928a62 (diff) | |
Merge pull request #209180 from NixOS/staging-next
Diffstat (limited to 'pkgs/development/python-modules/python-stdnum')
| -rw-r--r-- | pkgs/development/python-modules/python-stdnum/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-stdnum/default.nix b/pkgs/development/python-modules/python-stdnum/default.nix index 51ac732b1729..3799a7fda405 100644 --- a/pkgs/development/python-modules/python-stdnum/default.nix +++ b/pkgs/development/python-modules/python-stdnum/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "python-stdnum"; - version = "1.17"; + version = "1.18"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-N04rXhORLM2/ULCyP8osPgUxF0gFwy104UXzd1Yyg0A="; + hash = "sha256-vMdj2cSa4j2l0remhtX9He7J2QUTQRYKENGscjomvsA="; }; checkInputs = [ |
