python311Packages.ledger-agent: rename from ledger_agent

This commit is contained in:
Felix Buehler 2024-01-07 00:47:01 +01:00
parent e55b4c1ec7
commit b30812af02
5 changed files with 7 additions and 4 deletions

View File

@ -8,12 +8,13 @@
}:
buildPythonPackage rec {
pname = "ledger_agent";
pname = "ledger-agent";
version = "0.9.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
pname = "ledger_agent";
inherit version;
sha256 = "03zj602m2rln9yvr08dswy56vzkbldp8b074ixwzz525dafblr92";
};

View File

@ -484,6 +484,7 @@ mapAliases ({
larynx = piper-tts; # Added 2023-05-09
latinmodern-math = lmmath;
ldgallery = throw "'ldgallery' has been removed from nixpkgs. Use the Flake provided by ldgallery instead"; # Added 2023-07-26
ledger_agent = ledger-agent; # Added 2024-01-07
lfs = dysk; # Added 2023-07-03
llvmPackages_rocm = throw "'llvmPackages_rocm' has been replaced with 'rocmPackages.llvm'"; # Added 2023-10-08
libayatana-indicator-gtk3 = libayatana-indicator; # Added 2022-10-18

View File

@ -37075,7 +37075,7 @@ with pkgs;
inherit (darwin) autoSignDarwinBinariesHook;
};
ledger_agent = with python3Packages; toPythonApplication ledger_agent;
ledger-agent = with python3Packages; toPythonApplication ledger-agent;
ledger-live-desktop = callPackage ../applications/blockchains/ledger-live-desktop { };

View File

@ -235,6 +235,7 @@ mapAliases ({
lazr_config = lazr-config; # added 2023-11-03
lazr_delegates = lazr-delegates; # added 2023-11-03
lazy_imports = lazy-imports; # added 2023-10-13
ledger_agent = ledger-agent; # Added 2024-01-07
lektor = throw "lektor has been promoted to a top-level attribute"; # added 2023-08-01
line_profiler = line-profiler; # added 2023-11-04
livestreamer = throw "'livestreamer' has been removed, as it unmaintained. A currently maintained fork is 'streamlink'."; # added 2023-11-14

View File

@ -6242,7 +6242,7 @@ self: super: with self; {
python3 = python;
})).py;
ledger_agent = callPackage ../development/python-modules/ledger_agent { };
ledger-agent = callPackage ../development/python-modules/ledger-agent { };
ledger-bitcoin = callPackage ../development/python-modules/ledger-bitcoin { };