summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-stdnum
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2017-12-05 17:41:15 -0500
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-12-05 17:41:15 -0500
commit992bd2f6d34b2f560fc17df6fa3708fcade1abac (patch)
treec6bb9677ef9e72819f5cb6daf2ac7df667a69d02 /pkgs/development/python-modules/python-stdnum
parent93cd0685c5ac4d8f21d8586d3e5c45cd7394fab9 (diff)
parentab77a6bb1e7d2ff475210ad392f1a9bd1bb6ba3a (diff)
Merge commit 'ab77a6bb1e7d2ff475210ad392f1a9bd1bb6ba3a' into gcc-simplify-flags
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/;