diff options
| author | Matthew Justin Bauer <mjbauer95@gmail.com> | 2018-04-21 14:53:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-21 14:53:23 -0500 |
| commit | 1eea73eaa8185bd6f4fe2a0facc90652277ea399 (patch) | |
| tree | fa5e6aaccbdf1ef9f4e71d0f74225252a5c2168c /pkgs/development/python-modules/python-stdnum | |
| parent | e70d293b6b5f236d69d559ccccdafba19c6d29c3 (diff) | |
| parent | 17b73ff90cf9f7631e543d880540441bdf56d719 (diff) | |
Merge branch 'master' into feat/acme/delay
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 a78b1ffbee26..44a6b522a4ee 100644 --- a/pkgs/development/python-modules/python-stdnum/default.nix +++ b/pkgs/development/python-modules/python-stdnum/default.nix @@ -1,14 +1,14 @@ { lib, fetchurl, buildPythonPackage, isPy3k }: buildPythonPackage rec { - version = "1.7"; + version = "1.8.1"; pname = "python-stdnum"; name = "${pname}-${version}"; # Failing tests and dependency issue on Py3k disabled = isPy3k; src = fetchurl { url = "mirror://pypi/p/python-stdnum/${name}.tar.gz"; - sha256 = "987c25e1047e8742131bcf29dac7a406987adb1463465749e2daaba8cb19d264"; + sha256 = "d7162fdb29337aebed65700cc7297016f6cd32cae4ad7aed8f7e7531f0217943"; }; meta = { homepage = http://arthurdejong.org/python-stdnum/; |
