Skip to content

Commit 29f6174

Browse files
Stunkymonkeymweinelt
authored andcommitted
python311Packages.groestlcoin-hash: rename from groestlcoin_hash
1 parent 3179a4e commit 29f6174

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

pkgs/applications/misc/electrum/grs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pkgs/development/python-modules/groestlcoin_hash/default.nix renamed to pkgs/development/python-modules/groestlcoin-hash/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
}:
55

66
buildPythonPackage 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

pkgs/top-level/python-aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

pkgs/top-level/python-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)