diff options
| author | Roland Synnestvedt <contact@rsynnest.com> | 2021-07-13 10:09:12 -0700 |
|---|---|---|
| committer | Roland Synnestvedt <contact@rsynnest.com> | 2021-07-13 10:09:12 -0700 |
| commit | fa8f004781886bff95fa4044077504e430470a7f (patch) | |
| tree | bc4e51b5bb90352321d2fdf06d8e332acaf7fe44 /pkgs/development/python-modules/python-stdnum | |
| parent | b562ae6c319a0ee47f297c3b71ed13385c4549d8 (diff) | |
| parent | e223f84cd8c279b892c53f5d779d6e63eb4277eb (diff) | |
Merge branch 'master' of https://github.com/nixos/nixpkgs
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 ]; |
