diff options
| author | Mario Rodas <marsam@users.noreply.github.com> | 2020-03-25 20:30:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-25 20:30:04 -0500 |
| commit | 9645dfb388575039313c0f31875593f7e69f8890 (patch) | |
| tree | 4b60e6a1e75a1bcf9b157f8ec3ae447be6460b86 /pkgs/development/python-modules/python-stdnum | |
| parent | bc79701a3c5f4f1a3bb49a009392399680c60134 (diff) | |
| parent | 37dd87a3be4079d3e529a7b1dbc18815a291750d (diff) | |
Merge pull request #83358 from r-ryantm/auto-update/python2.7-python-stdnum
python27Packages.python-stdnum: 1.12 -> 1.13
Diffstat (limited to 'pkgs/development/python-modules/python-stdnum')
| -rw-r--r-- | pkgs/development/python-modules/python-stdnum/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/python-stdnum/default.nix b/pkgs/development/python-modules/python-stdnum/default.nix index 556be12872b5..39153f4a4daa 100644 --- a/pkgs/development/python-modules/python-stdnum/default.nix +++ b/pkgs/development/python-modules/python-stdnum/default.nix @@ -1,11 +1,11 @@ { lib, fetchPypi, buildPythonPackage, nose }: buildPythonPackage rec { - version = "1.12"; + version = "1.13"; pname = "python-stdnum"; src = fetchPypi { inherit pname version; - sha256 = "19fb5asv0ngnbpiz1bqzq2jhgn845kv9hjcjajsgzgfp2k24f4sc"; + sha256 = "0q4128rjdgavywhzlm2gz2n5ybc9b9sxs81g50dvxf5q7z9q63qj"; }; checkInputs = [ nose ]; @@ -15,7 +15,7 @@ buildPythonPackage rec { ''; meta = { - homepage = https://arthurdejong.org/python-stdnum/; + homepage = "https://arthurdejong.org/python-stdnum/"; description = "Python module to handle standardized numbers and codes"; maintainers = with lib.maintainers; [ johbo ]; license = lib.licenses.lgpl2Plus; |
