python311Packages.groestlcoin-hash: rename from groestlcoin_hash

authored by Felix Buehler and committed by Martin Weinelt 29f6174c 3179a4e2

+6 -4
+1 -1
pkgs/applications/misc/electrum/grs.nix
··· 44 bitstring 45 cryptography 46 dnspython 47 - groestlcoin_hash 48 jsonrpclib-pelix 49 matplotlib 50 pbkdf2
··· 44 bitstring 45 cryptography 46 dnspython 47 + groestlcoin-hash 48 jsonrpclib-pelix 49 matplotlib 50 pbkdf2
+3 -2
pkgs/development/python-modules/groestlcoin_hash/default.nix pkgs/development/python-modules/groestlcoin-hash/default.nix
··· 4 }: 5 6 buildPythonPackage rec { 7 - pname = "groestlcoin_hash"; 8 version = "1.0.3"; 9 format = "setuptools"; 10 11 src = fetchPypi { 12 - inherit pname version; 13 sha256 = "31a8f6fa4c19db5258c3c73c071b71702102c815ba862b6015d9e4b75ece231e"; 14 }; 15
··· 4 }: 5 6 buildPythonPackage rec { 7 + pname = "groestlcoin-hash"; 8 version = "1.0.3"; 9 format = "setuptools"; 10 11 src = fetchPypi { 12 + pname = "groestlcoin_hash"; 13 + inherit version; 14 sha256 = "31a8f6fa4c19db5258c3c73c071b71702102c815ba862b6015d9e4b75ece231e"; 15 }; 16
+1
pkgs/top-level/python-aliases.nix
··· 187 graphite_api = throw "graphite_api was removed, because it is no longer maintained"; # added 2022-07-10 188 graphite_beacon = throw "graphite_beacon was removed, because it is no longer maintained"; # added 2022-07-09 189 grappelli_safe = grappelli-safe; # added 2023-10-08 190 grpc_google_iam_v1 = grpc-google-iam-v1; # added 2021-08-21 191 guzzle_sphinx_theme = guzzle-sphinx-theme; # added 2023-10-16 192 ha-av = throw "ha-av was removed, because it is no longer maintained"; # added 2022-04-06
··· 187 graphite_api = throw "graphite_api was removed, because it is no longer maintained"; # added 2022-07-10 188 graphite_beacon = throw "graphite_beacon was removed, because it is no longer maintained"; # added 2022-07-09 189 grappelli_safe = grappelli-safe; # added 2023-10-08 190 + groestlcoin_hash = groestlcoin-hash; # added 2024-01-06 191 grpc_google_iam_v1 = grpc-google-iam-v1; # added 2021-08-21 192 guzzle_sphinx_theme = guzzle-sphinx-theme; # added 2023-10-16 193 ha-av = throw "ha-av was removed, because it is no longer maintained"; # added 2022-04-06
+1 -1
pkgs/top-level/python-packages.nix
··· 4905 4906 grip = callPackage ../development/python-modules/grip { }; 4907 4908 - groestlcoin_hash = callPackage ../development/python-modules/groestlcoin_hash { }; 4909 4910 grpc-google-iam-v1 = callPackage ../development/python-modules/grpc-google-iam-v1 { }; 4911
··· 4905 4906 grip = callPackage ../development/python-modules/grip { }; 4907 4908 + groestlcoin-hash = callPackage ../development/python-modules/groestlcoin-hash { }; 4909 4910 grpc-google-iam-v1 = callPackage ../development/python-modules/grpc-google-iam-v1 { }; 4911