summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-stdnum
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2018-11-30 15:46:10 +0100
committerLinus Heckemann <git@sphalerite.org>2018-12-05 12:12:42 +0100
commit9504292b1e9948fb286b1b1cdbe83f66b367b64d (patch)
tree5c569c87d8ad0186baf3fe45315219b0f1f73ea6 /pkgs/development/python-modules/python-stdnum
parent8887e1f697d9e13ad277ca7d7054bc42c2459548 (diff)
parent76c7a8bac083522ea10ba43f699421ca64007708 (diff)
Merge remote-tracking branch 'origin/master' into weechat-unwrapped
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 381ecec996d1..582192113243 100644
--- a/pkgs/development/python-modules/python-stdnum/default.nix
+++ b/pkgs/development/python-modules/python-stdnum/default.nix
@@ -1,13 +1,13 @@
{ lib, fetchPypi, buildPythonPackage, isPy3k }:
buildPythonPackage rec {
- version = "1.9";
+ version = "1.10";
pname = "python-stdnum";
# Failing tests and dependency issue on Py3k
disabled = isPy3k;
src = fetchPypi {
inherit pname version;
- sha256 = "d587a520182f9d8aef7659cca429f4382881589c8883a0a55322b2f94970bdb3";
+ sha256 = "0prs63q8zdgwr5cxc5a43zvsm66l0gf9jk19qdf85m6isnp5186a";
};
meta = {
homepage = https://arthurdejong.org/python-stdnum/;