about summary refs log tree commit diff
path: root/pkgs/development/python-modules/python-stdnum
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-08 16:12:31 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-11-08 16:12:31 -0800
commitc4c3c8fd3e4fe6da4272b6dfa440940d4dfa7b98 (patch)
treec8ca16d53ee788acc38db453c5c2654c077921c3 /pkgs/development/python-modules/python-stdnum
parenta054d7450768069084142fe597ed2da367813a4a (diff)
python27Packages.python-stdnum: 1.9 -> 1.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-python-stdnum/versions
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 381ecec996d1e..5821921132435 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/;