python2.pkgs.scipy: fix fixed output hash (#64680)
Missed in 03226aac623e5197d7910127dbf5bdea93e6aa99.
This commit is contained in:
parent
dbaa1406a2
commit
c249ba2f64
|
@ -4406,7 +4406,7 @@ in {
|
||||||
version = "1.2.1";
|
version = "1.2.1";
|
||||||
src = oldAttrs.src.override {
|
src = oldAttrs.src.override {
|
||||||
inherit version;
|
inherit version;
|
||||||
sha256 = "e085d1babcb419bbe58e2e805ac61924dac4ca45a07c9fa081144739e500aa3c";
|
sha256 = "0g5a03jkjiqlh6h9yz508p5c9ni43735m01fivjvn6dlpjxd31g0";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
in if pythonOlder "3.5" then scipy_1_2 else scipy_;
|
in if pythonOlder "3.5" then scipy_1_2 else scipy_;
|
||||||
|
|
Loading…
Reference in New Issue