aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-stdnum
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-10-25 20:04:35 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2017-10-27 21:34:42 +0200
commit7ce848309e6d64820af1e96045c5386992e90a4a (patch)
tree071df35feca74aea6640fcc3cd4a0a5af613d995 /pkgs/development/python-modules/python-stdnum
parentb601d87cd65009dceacff3b8efa39c6ae0451558 (diff)
python.pkgs: updates
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/;