diff options
| author | Jörg Thalheim <Mic92@users.noreply.github.com> | 2018-11-09 16:16:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-09 16:16:55 +0000 |
| commit | 84df5d60418aaf2e22ae3d87fe8f6c783380ada0 (patch) | |
| tree | d74d2f54a8ebe2497e5aa5cdaff0f2d0e6f0aad3 /pkgs/development/python-modules/python-stdnum | |
| parent | 47746cfee5baed5fd4d09d94721c7e0be7457da4 (diff) | |
| parent | c4c3c8fd3e4fe6da4272b6dfa440940d4dfa7b98 (diff) | |
Merge pull request #49962 from r-ryantm/auto-update/python2.7-python-stdnum
python27Packages.python-stdnum: 1.9 -> 1.10
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/; |
