Skip to content

Commit e1d4c6c

Browse files
authored
python313Packages.cashaddress: fix version date, remove problematic with lib usage (#410853)
2 parents 5abb38d + 853d9a1 commit e1d4c6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/development/python-modules/cashaddress/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
buildPythonPackage rec {
1111
pname = "cashaddress";
12-
version = "1.0.6-unstable-2015-05-19";
12+
version = "1.0.6-unstable-2019-05-15";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.7";
@@ -27,11 +27,11 @@ buildPythonPackage rec {
2727

2828
pythonImportsCheck = [ "cashaddress" ];
2929

30-
meta = with lib; {
30+
meta = {
3131
description = "Python tool for convert bitcoin cash legacy addresses";
3232
homepage = "https://github.com/oskyk/cashaddress";
3333
changelog = "https://github.com/oskyk/cashaddress/releases/tag/${version}";
34-
license = licenses.gpl3Only;
35-
maintainers = with maintainers; [ fab ];
34+
license = lib.licenses.gpl3Only;
35+
maintainers = with lib.maintainers; [ fab ];
3636
};
3737
}

0 commit comments

Comments
 (0)