File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/development/python-modules/cashaddress Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99
1010buildPythonPackage 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}
You can’t perform that action at this time.
0 commit comments