summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-stdnum
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-11-07 18:06:28 +0000
committerGitHub <noreply@github.com>2017-11-07 18:06:28 +0000
commitfebf9e191e7a29ee31e3f76031033991217dc36d (patch)
tree4b7a565d54e54b067e75792746ca5066a7a927df /pkgs/development/python-modules/python-stdnum
parent05f9a3661253c657b156cd3459e99b7c27807829 (diff)
parent7e571b9a9910d56356aadd8f11c6a4518de9410e (diff)
Merge branch 'master' into python-trezor-fix-master
Diffstat (limited to 'pkgs/development/python-modules/python-stdnum')
-rw-r--r--pkgs/development/python-modules/python-stdnum/default.nix4
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 8e8fa61e9bc8..a78b1ffbee26 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.6";
+ version = "1.7";
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 = "157a0aef01b1e846ddd11252dc516637da6b3347e32f0130825b7fae1d8b4655";
+ sha256 = "987c25e1047e8742131bcf29dac7a406987adb1463465749e2daaba8cb19d264";
};
meta = {
homepage = http://arthurdejong.org/python-stdnum/;