3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.odo: 0.4.2 -> 0.5.0

This commit is contained in:
Frederik Rietdijk 2016-05-31 22:34:14 +02:00
parent 0c9b00559e
commit bfbf37edec

View file

@ -14187,11 +14187,11 @@ in modules // {
odo = buildPythonPackage rec {
name = "odo-${version}";
version= "0.4.2";
version= "0.5.0";
src = pkgs.fetchurl {
url = "mirror://pypi/o/odo/${name}.tar.gz";
sha256 = "f793df8b212994ea23ce34e90e2048d0237d3b95ecd066ef2cfbb1c2384b79e9";
sha256 = "1mh5k69d9ph9jd07jl9yqh78rbnh5cjspi1q530v3ml7ivjzz4p8";
};
buildInputs = with self; [ pytest ];