File tree Expand file tree Collapse file tree 3 files changed +1
-76
lines changed
development/python-modules/ciscoconfparse Expand file tree Collapse file tree 3 files changed +1
-76
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ mapAliases ({
122122 chia-rs = throw "chia-rs has been removed. see https://github.com/NixOS/nixpkgs/pull/270254" ; # added 2023-11-26
123123 class-registry = phx-class-registry ; # added 2021-10-05
124124 cirq-ft = throw "cirq-ft is not longer provieded by cirq upstream" ; # added 2024-08-31
125+ ciscoconfparse = throw "ciscoconfparse was archived by upstream, use ciscoconfparse2" ; # added 2025-03-08
125126 cld2-cffi = throw "cld2-cffi has been removed, as the last release was in 2016" ; # added 2024-05-20
126127 clvm = throw "clvm has been removed. see https://github.com/NixOS/nixpkgs/pull/270254" ; # added 2023-11-26
127128 clvm-rs = throw "clvm-rs has been removed. see https://github.com/NixOS/nixpkgs/pull/270254" ; # added 2023-11-26
Original file line number Diff line number Diff line change @@ -2362,8 +2362,6 @@ self: super: with self; {
23622362
23632363 cirq-web = callPackage ../development/python-modules/cirq-web { };
23642364
2365- ciscoconfparse = callPackage ../development/python-modules/ciscoconfparse { };
2366-
23672365 ciscoconfparse2 = callPackage ../development/python-modules/ciscoconfparse2 { };
23682366
23692367 ciscomobilityexpress = callPackage ../development/python-modules/ciscomobilityexpress { };
You can’t perform that action at this time.
0 commit comments