Skip to content

Commit 6c0fa33

Browse files
timokauJon
authored and
Jon
committed
python.pkgs.smmap2: remove
They were recently merged back together and smmap is the canonical version: gitpython-developers/smmap#44
1 parent 8eacb87 commit 6c0fa33

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

pkgs/development/python-modules/smmap2/default.nix

Lines changed: 0 additions & 20 deletions
This file was deleted.

pkgs/top-level/python-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5754,7 +5754,7 @@ in {
57545754

57555755
smmap = callPackage ../development/python-modules/smmap { };
57565756

5757-
smmap2 = callPackage ../development/python-modules/smmap2 { };
5757+
smmap2 = throw "smmap2 has been deprecated, use smmap instead."; # added 2020-03-14
57585758

57595759
transaction = callPackage ../development/python-modules/transaction { };
57605760

0 commit comments

Comments
 (0)