python.pkgs.smmap2: remove
They were recently merged back together and smmap is the canonical version: https://github.com/gitpython-developers/smmap/issues/44
This commit is contained in:
@@ -5754,7 +5754,7 @@ in {
|
||||
|
||||
smmap = callPackage ../development/python-modules/smmap { };
|
||||
|
||||
smmap2 = callPackage ../development/python-modules/smmap2 { };
|
||||
smmap2 = throw "smmap2 has been deprecated, use smmap instead."; # added 2020-03-14
|
||||
|
||||
transaction = callPackage ../development/python-modules/transaction { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user