81047829ea
GitOrigin-RevId: 48d63e924a2666baf37f4f14a18f19347fbd54a2
12 lines
366 B
Nix
12 lines
366 B
Nix
self: rec {
|
|
mistune_0_8 = self.callPackage ./common.nix {
|
|
version = "0.8.4";
|
|
sha256 = "59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e";
|
|
};
|
|
mistune_2_0 = self.callPackage ./common.nix {
|
|
version = "2.0.2";
|
|
sha256 = "sha256-b8iMPLSduosWaHtBcl5mHPhXhMEuiXSim50zbdWWw6E=";
|
|
format = "pyproject";
|
|
};
|
|
mistune = mistune_0_8;
|
|
}
|