summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-stdnum
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-12-30 20:13:42 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-05 01:10:25 +0100
commitaf4145651e56992540031f43e563b0facac4486f (patch)
tree8a4f571961051681dc0ac7b6f3450e22318c2be6 /pkgs/development/python-modules/python-stdnum
parent1e9beb3ead5f8d7d8af11733e6b2bb3a499b4bb9 (diff)
python3Packages.python-stdnum: 1.17 -> 1.18
Diffstat (limited to 'pkgs/development/python-modules/python-stdnum')
-rw-r--r--pkgs/development/python-modules/python-stdnum/default.nix4
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 = [