forked from mirrors/nixpkgs
pythonPackages.blaze: 0.9.0 -> 0.9.1
This commit is contained in:
parent
9123a84fd3
commit
2670f9577d
|
@ -2037,11 +2037,11 @@ in modules // {
|
|||
|
||||
blaze = buildPythonPackage rec {
|
||||
name = "blaze-${version}";
|
||||
version = "0.9.0";
|
||||
version = "0.9.1";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/b/blaze/${name}.tar.gz";
|
||||
sha256 = "07h284n6fr0lvy58a6lvwwfb45sy7lggllx2y2vzzs4xrvf5k1i7";
|
||||
sha256 = "fde4fd5733d8574345521581078a4fd89bb51ad3814eda88f1f467faa3a9784a";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ pytest ];
|
||||
|
|
Loading…
Reference in a new issue