python2.pkgs.scipy: fix fixed output hash (#64680)

Missed in 03226aac623e5197d7910127dbf5bdea93e6aa99.
This commit is contained in:
Timo Kaufmann 2019-07-12 23:19:12 +02:00 committed by GitHub
parent dbaa1406a2
commit c249ba2f64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4406,7 +4406,7 @@ in {
version = "1.2.1";
src = oldAttrs.src.override {
inherit version;
sha256 = "e085d1babcb419bbe58e2e805ac61924dac4ca45a07c9fa081144739e500aa3c";
sha256 = "0g5a03jkjiqlh6h9yz508p5c9ni43735m01fivjvn6dlpjxd31g0";
};
});
in if pythonOlder "3.5" then scipy_1_2 else scipy_;