File tree Expand file tree Collapse file tree 3 files changed +1
-115
lines changed
development/python-modules/aesara Expand file tree Collapse file tree 3 files changed +1
-115
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ mapAliases ({
3939 acoustics = throw "acoustics has been removed because the upstream repository was archived in 2024" ; # Added 2024-10-04
4040 adafruit-nrfutil = throw "adafruit-nrfutil has been promoted to a top-level attribute name: `pkgs.adafruit-nrfutil`." ; # Added 2023-11-19
4141 aeppl = throw "aeppl was removed as it depends on aesara, which is unmaintained" ; # added 2025-01-12
42+ aesara = throw "aesara was removed as the upstream repository is unmaintained" ; # added 2025-01-12
4243 aioaladdinconnect = throw "aioaladdinconnect has been removed, as the API is supported was obsoleted on 2024-01-24." ; # Added 2024-06-07
4344 aiohttp-isal = throw "aiohttp-isal has been removed, as it has been archived and replace by aiohttp-fast-zlib" ; # Added 2024-08-11
4445 aiohttp-zlib-ng = throw "aiohttp-zlib-ng has been removed, as it has been archived and replaced by aiohttp-fast-zlib" ; # Added 2024-11-14
Original file line number Diff line number Diff line change @@ -101,8 +101,6 @@ self: super: with self; {
101101
102102 aerosandbox = callPackage ../development/python-modules/aerosandbox { };
103103
104- aesara = callPackage ../development/python-modules/aesara { };
105-
106104 aesedb = callPackage ../development/python-modules/aesedb { };
107105
108106 aetcd = callPackage ../development/python-modules/aetcd { };
You can’t perform that action at this time.
0 commit comments