mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
python odo: 0.3.4 -> 0.4.0
This commit is contained in:
parent
8017e1af93
commit
825f2e64e6
@ -11758,11 +11758,11 @@ in modules // {
|
||||
|
||||
odo = buildPythonPackage rec {
|
||||
name = "odo-${version}";
|
||||
version= "0.3.4";
|
||||
version= "0.4.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/o/odo/${name}.tar.gz";
|
||||
sha256 = "77bdb372999ac0d9ef272927d7867a668108a4193e11eb8646bf770370a30725";
|
||||
sha256 = "0xqm4zb7a7a2cbik9kn6yk0kr26n90iqj102h5wb42x6z5v4mn79";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ pytest ];
|
||||
|
Loading…
Reference in New Issue
Block a user