mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
python3Packages.markups: rename
This commit is contained in:
parent
2086287656
commit
e6deab9c39
@ -71,6 +71,7 @@ mapAliases ({
|
||||
jupyter_client = jupyter-client; # added 2021-10-15
|
||||
Keras = keras; # added 2021-11-25
|
||||
lammps-cython = throw "lammps-cython no longer builds and is unmaintained"; # added 2021-07-04
|
||||
Markups = markups; # added 2022-02-14
|
||||
MechanicalSoup = mechanicalsoup; # added 2021-06-01
|
||||
pam = python-pam; # added 2020-09-07.
|
||||
PasteDeploy = pastedeploy; # added 2021-10-07
|
||||
|
@ -4899,7 +4899,7 @@ in {
|
||||
|
||||
markupsafe = callPackage ../development/python-modules/markupsafe { };
|
||||
|
||||
Markups = callPackage ../development/python-modules/Markups { };
|
||||
markups = callPackage ../development/python-modules/markups { };
|
||||
|
||||
marshmallow = callPackage ../development/python-modules/marshmallow { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user