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