Merge pull request #49962 from r-ryantm/auto-update/python2.7-python-stdnum

python27Packages.python-stdnum: 1.9 -> 1.10
This commit is contained in:
Jörg Thalheim 2018-11-09 16:16:55 +00:00 committed by GitHub
commit 84df5d6041
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/;