diff options
| author | Frederik Rietdijk <freddyrietdijk@fridh.nl> | 2021-04-25 13:56:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-25 13:56:55 +0200 |
| commit | 78af98a068906cb88fa14c31bd703341562bf890 (patch) | |
| tree | 81a89e58d6ec21e74cecd81bcdb7825694ea46b9 /pkgs/development/python-modules/python-stdnum | |
| parent | 7217b9e3c4e00f374b3d6b8b93390aa6ea177d39 (diff) | |
| parent | c648f7ee2a154f19a7197ee9d629c2df3c80e5ec (diff) | |
Merge pull request #119398 from NixOS/staging-next
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 eb912b2bc593..581813fac4d9 100644 --- a/pkgs/development/python-modules/python-stdnum/default.nix +++ b/pkgs/development/python-modules/python-stdnum/default.nix @@ -1,11 +1,11 @@ { lib, fetchPypi, buildPythonPackage, nose }: buildPythonPackage rec { - version = "1.14"; + version = "1.16"; pname = "python-stdnum"; src = fetchPypi { inherit pname version; - sha256 = "fd3a92b8ec82a159c41dbaa3c5397934d090090c92b04e346412e0fd7e6a1b1c"; + sha256 = "4248d898042a801fc4eff96fbfe4bf63a43324854efe3b5534718c1c195c6f43"; }; checkInputs = [ nose ]; |
