summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorRobert Schütz <rschuetz17@gmail.com>2019-01-18 23:12:53 +0100
committerGitHub <noreply@github.com>2019-01-18 23:12:53 +0100
commitbf4c5c56d8630239f649669228c2ab4463e14d64 (patch)
tree6e01275232bd4182e8740137f7b8903c9d740473 /pkgs/top-level
parentd34f44db4508cdcce96382cb80bd11fbe9c7d614 (diff)
parent49d98377390309468ea14bf72f1a3122a219fab6 (diff)
downloadnixpkgs-bf4c5c56d8630239f649669228c2ab4463e14d64.tar
nixpkgs-bf4c5c56d8630239f649669228c2ab4463e14d64.tar.gz
nixpkgs-bf4c5c56d8630239f649669228c2ab4463e14d64.tar.bz2
nixpkgs-bf4c5c56d8630239f649669228c2ab4463e14d64.tar.lz
nixpkgs-bf4c5c56d8630239f649669228c2ab4463e14d64.tar.xz
nixpkgs-bf4c5c56d8630239f649669228c2ab4463e14d64.tar.zst
nixpkgs-bf4c5c56d8630239f649669228c2ab4463e14d64.zip
Merge pull request #53945 from dotlambda/recommonmark-0.5.0
 python.pkgs.recommonmark: 0.4.0 -> 0.5.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 657e1cb4330..428b827f0fc 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -1274,14 +1274,6 @@ in {
 
   CommonMark = callPackage ../development/python-modules/commonmark { };
 
-  CommonMark_54 = self.CommonMark.overridePythonAttrs (oldAttrs: rec {
-    version = "0.5.4";
-    src = oldAttrs.src.override {
-      inherit version;
-      sha256 = "34d73ec8085923c023930dfc0bcd1c4286e28a2a82de094bb72fabcc0281cbe5";
-    };
-  });
-
   coilmq = callPackage ../development/python-modules/coilmq { };
 
   colander = callPackage ../development/python-modules/colander { };