diff options
| author | Peter Simons <simons@cryp.to> | 2021-04-28 10:16:26 +0200 |
|---|---|---|
| committer | Peter Simons <simons@cryp.to> | 2021-04-28 10:16:26 +0200 |
| commit | 84a522635ff09161c0eb6719d888fe9080d36946 (patch) | |
| tree | c8e5a8d1adbf68125664009050bfce8a5f6fe9e4 /pkgs/development/python-modules/python-stdnum | |
| parent | befcd3e782384206c302b933bdd303ea7f19d293 (diff) | |
| parent | 5c5ec0bff67f139944c7d17bfd20a983485e3927 (diff) | |
Merge origin/master into haskell-updates.
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 ]; |
