File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
applications/misc/electrum
development/python-modules/groestlcoin-hash Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ python3.pkgs.buildPythonApplication {
4444 bitstring
4545 cryptography
4646 dnspython
47- groestlcoin_hash
47+ groestlcoin-hash
4848 jsonrpclib-pelix
4949 matplotlib
5050 pbkdf2
Original file line number Diff line number Diff line change 44} :
55
66buildPythonPackage rec {
7- pname = "groestlcoin_hash " ;
7+ pname = "groestlcoin-hash " ;
88 version = "1.0.3" ;
99 format = "setuptools" ;
1010
1111 src = fetchPypi {
12- inherit pname version ;
12+ pname = "groestlcoin_hash" ;
13+ inherit version ;
1314 sha256 = "31a8f6fa4c19db5258c3c73c071b71702102c815ba862b6015d9e4b75ece231e" ;
1415 } ;
1516
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ mapAliases ({
187187 graphite_api = throw "graphite_api was removed, because it is no longer maintained" ; # added 2022-07-10
188188 graphite_beacon = throw "graphite_beacon was removed, because it is no longer maintained" ; # added 2022-07-09
189189 grappelli_safe = grappelli-safe ; # added 2023-10-08
190+ groestlcoin_hash = groestlcoin-hash ; # added 2024-01-06
190191 grpc_google_iam_v1 = grpc-google-iam-v1 ; # added 2021-08-21
191192 guzzle_sphinx_theme = guzzle-sphinx-theme ; # added 2023-10-16
192193 ha-av = throw "ha-av was removed, because it is no longer maintained" ; # added 2022-04-06
Original file line number Diff line number Diff line change @@ -4905,7 +4905,7 @@ self: super: with self; {
49054905
49064906 grip = callPackage ../development/python-modules/grip { };
49074907
4908- groestlcoin_hash = callPackage ../development/python-modules/groestlcoin_hash { };
4908+ groestlcoin-hash = callPackage ../development/python-modules/groestlcoin-hash { };
49094909
49104910 grpc-google-iam-v1 = callPackage ../development/python-modules/grpc-google-iam-v1 { };
49114911
You can’t perform that action at this time.
0 commit comments