mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
python311Packages.trezor-agent: rename from trezor_agent
This commit is contained in:
parent
2ab3135994
commit
e253a1d174
@ -14,12 +14,13 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "trezor_agent";
|
||||
pname = "trezor-agent";
|
||||
version = "0.12.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "trezor_agent";
|
||||
inherit version;
|
||||
hash = "sha256-4IylpUvXZYAXFkyFGNbN9iPTsHff3M/RL2Eq9f7wWFU=";
|
||||
};
|
||||
|
@ -1013,6 +1013,7 @@ mapAliases ({
|
||||
tokodon = plasma5Packages.tokodon;
|
||||
tor-browser-bundle-bin = tor-browser; # Added 2023-09-23
|
||||
transfig = fig2dev; # Added 2022-02-15
|
||||
trezor_agent = trezor-agent; # Added 2024-01-07
|
||||
trustedGrub = throw "trustedGrub has been removed, because it is not maintained upstream anymore"; # Added 2023-05-10
|
||||
trustedGrub-for-HP = throw "trustedGrub-for-HP has been removed, because it is not maintained upstream anymore"; # Added 2023-05-10
|
||||
tvbrowser-bin = tvbrowser; # Added 2023-03-02
|
||||
|
@ -14049,7 +14049,7 @@ with pkgs;
|
||||
buildGoModule = buildGo120Module;
|
||||
};
|
||||
|
||||
trezor_agent = with python3Packages; toPythonApplication trezor_agent;
|
||||
trezor-agent = with python3Packages; toPythonApplication trezor-agent;
|
||||
|
||||
trezor-suite = callPackage ../applications/blockchains/trezor-suite { };
|
||||
|
||||
|
@ -471,6 +471,7 @@ mapAliases ({
|
||||
thumborPexif = throw "thumborPexif has been removed, because it was unused."; # added 2024-01-07
|
||||
torrent_parser = torrent-parser; # added 2023-11-04
|
||||
transip = throw "transip has been removed because it is no longer maintained. TransIP SOAP V5 API was marked as deprecated"; # added 2023-02-27
|
||||
trezor_agent = trezor-agent; # Added 2024-01-07
|
||||
tumpa = throw "tumpa was promoted to a top-level attribute"; # added 2022-11-19
|
||||
tvdb_api = tvdb-api; # added 2023-10-20
|
||||
tvnamer = throw "tvnamer was moved to pkgs.tvnamer"; # added 2021-07-05
|
||||
|
@ -14529,7 +14529,7 @@ self: super: with self; {
|
||||
|
||||
treq = callPackage ../development/python-modules/treq { };
|
||||
|
||||
trezor_agent = callPackage ../development/python-modules/trezor_agent { };
|
||||
trezor-agent = callPackage ../development/python-modules/trezor-agent { };
|
||||
|
||||
trezor = callPackage ../development/python-modules/trezor { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user