summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-stdnum
diff options
context:
space:
mode:
authorGreg Pfeil <greg@technomadic.org>2018-01-12 15:08:44 -0700
committerGitHub <noreply@github.com>2018-01-12 15:08:44 -0700
commit38deb5354221881f8fa6437d7b1c522835fb2aba (patch)
tree54827d401c7f65c7b635e018c7428b988515f7de /pkgs/development/python-modules/python-stdnum
parent79db7c0616c38ac15ea0f6734034053e92b3cca2 (diff)
parent5f232de6cda58185c4a0a4f3d4a73b9e9f2856be (diff)
Merge branch 'master' into add/flootty
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/;