diff options
| author | Matthew Justin Bauer <mjbauer95@gmail.com> | 2018-03-22 11:29:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-22 11:29:45 -0500 |
| commit | 68f691508333a0e718203be8dfeb824d0bebe659 (patch) | |
| tree | 054fdb83fb9baacb1b9b2911ca807581e74d9852 /pkgs/development/python-modules/python-stdnum | |
| parent | bda581585185b167192d10148caea21448514204 (diff) | |
| parent | 66b1712a6278d974a4ea7c6997fa70c19cc87701 (diff) | |
Merge branch 'master' into hyper-haskell
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 337577141c2a..44a6b522a4ee 100644 --- a/pkgs/development/python-modules/python-stdnum/default.nix +++ b/pkgs/development/python-modules/python-stdnum/default.nix @@ -1,17 +1,17 @@ { lib, fetchurl, buildPythonPackage, isPy3k }: buildPythonPackage rec { - version = "1.6"; + version = "1.8.1"; pname = "python-stdnum"; name = "${pname}-${version}"; # Failing tests and dependency issue on Py3k disabled = isPy3k; src = fetchurl { url = "mirror://pypi/p/python-stdnum/${name}.tar.gz"; - sha256 = "157a0aef01b1e846ddd11252dc516637da6b3347e32f0130825b7fae1d8b4655"; + sha256 = "d7162fdb29337aebed65700cc7297016f6cd32cae4ad7aed8f7e7531f0217943"; }; meta = { - homepage = "http://arthurdejong.org/python-stdnum/"; + homepage = http://arthurdejong.org/python-stdnum/; description = "Python module to handle standardized numbers and codes"; maintainers = with lib.maintainers; [ johbo ]; license = lib.licenses.lgpl2Plus; |
