mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
pythonPackages.colorama_3_3: init at 0.3.3
This commit is contained in:
parent
0868a918a3
commit
778712e0a7
@ -3606,6 +3606,16 @@ in modules // {
|
||||
};
|
||||
};
|
||||
|
||||
# Needed for awscli
|
||||
colorama_3_3 = self.colorama.override rec {
|
||||
name = "colorama-${version}";
|
||||
version = "0.3.3";
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/c/colorama/${name}.tar.gz";
|
||||
sha256 = "eb21f2ba718fbf357afdfdf6f641ab393901c7ca8d9f37edd0bee4806ffa269c";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
CommonMark = buildPythonPackage rec {
|
||||
name = "CommonMark-${version}";
|
||||
|
Loading…
Reference in New Issue
Block a user