mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-26 02:56:36 +03:00
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
This commit is contained in:
parent
a054d74507
commit
c4c3c8fd3e
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
{ lib, fetchPypi, buildPythonPackage, isPy3k }:
|
{ lib, fetchPypi, buildPythonPackage, isPy3k }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "1.9";
|
version = "1.10";
|
||||||
pname = "python-stdnum";
|
pname = "python-stdnum";
|
||||||
# Failing tests and dependency issue on Py3k
|
# Failing tests and dependency issue on Py3k
|
||||||
disabled = isPy3k;
|
disabled = isPy3k;
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "d587a520182f9d8aef7659cca429f4382881589c8883a0a55322b2f94970bdb3";
|
sha256 = "0prs63q8zdgwr5cxc5a43zvsm66l0gf9jk19qdf85m6isnp5186a";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://arthurdejong.org/python-stdnum/;
|
homepage = https://arthurdejong.org/python-stdnum/;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue