diff options
| author | Aaron Andersen <aaron@fosslib.net> | 2019-01-29 09:24:33 -0500 |
|---|---|---|
| committer | Aaron Andersen <aaron@fosslib.net> | 2019-01-29 09:24:33 -0500 |
| commit | d13d35104ddecafd212ee7df01b5b5c48bce8d99 (patch) | |
| tree | d685a6592390ff8fca5e2dce53190e3a8d2493a5 /pkgs/development/python-modules/python-stdnum | |
| parent | 4ed7d822be7711eb605b011384c29006dc6651f4 (diff) | |
| parent | 9310fc3e1345d35afec56e2ba3261f5f627576c6 (diff) | |
Merge remote-tracking branch 'upstream/master' into redmine
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 381ecec996d1..582192113243 100644 --- a/pkgs/development/python-modules/python-stdnum/default.nix +++ b/pkgs/development/python-modules/python-stdnum/default.nix @@ -1,13 +1,13 @@ { lib, fetchPypi, buildPythonPackage, isPy3k }: buildPythonPackage rec { - version = "1.9"; + version = "1.10"; pname = "python-stdnum"; # Failing tests and dependency issue on Py3k disabled = isPy3k; src = fetchPypi { inherit pname version; - sha256 = "d587a520182f9d8aef7659cca429f4382881589c8883a0a55322b2f94970bdb3"; + sha256 = "0prs63q8zdgwr5cxc5a43zvsm66l0gf9jk19qdf85m6isnp5186a"; }; meta = { homepage = https://arthurdejong.org/python-stdnum/; |
