python27Packages.python-stdnum: 1.12 -> 1.13
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
{ lib, fetchPypi, buildPythonPackage, nose }:
|
{ lib, fetchPypi, buildPythonPackage, nose }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "1.12";
|
version = "1.13";
|
||||||
pname = "python-stdnum";
|
pname = "python-stdnum";
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "19fb5asv0ngnbpiz1bqzq2jhgn845kv9hjcjajsgzgfp2k24f4sc";
|
sha256 = "0q4128rjdgavywhzlm2gz2n5ybc9b9sxs81g50dvxf5q7z9q63qj";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ nose ];
|
checkInputs = [ nose ];
|
||||||
@@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://arthurdejong.org/python-stdnum/;
|
homepage = "https://arthurdejong.org/python-stdnum/";
|
||||||
description = "Python module to handle standardized numbers and codes";
|
description = "Python module to handle standardized numbers and codes";
|
||||||
maintainers = with lib.maintainers; [ johbo ];
|
maintainers = with lib.maintainers; [ johbo ];
|
||||||
license = lib.licenses.lgpl2Plus;
|
license = lib.licenses.lgpl2Plus;
|
||||||
|
|||||||
Reference in New Issue
Block a user