gnu: python-scipy: Update to 1.2.2.
authorRicardo Wurmus <rekado@elephly.net>
Mon, 17 Jun 2019 11:28:56 +0000 (13:28 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Mon, 17 Jun 2019 11:31:23 +0000 (13:31 +0200)
* gnu/packages/python-xyz.scm (python-scipy): Update to 1.2.2.

gnu/packages/python-xyz.scm

index 284ecbd..3efd18a 100644 (file)
@@ -3974,14 +3974,14 @@ operators such as union, intersection, and difference.")
 (define-public python-scipy
   (package
     (name "python-scipy")
-    (version "1.1.0")
+    (version "1.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "scipy" version))
        (sha256
         (base32
-         "1lfg686w6vv2m2dfs8v9d0bf2i18z7wz5vgzjnkgmpr4hi0550w7"))))
+         "1cgvgin8fvckv96hjh3ikmwkra5rif51bdb75ifzf7xbil5iwcx4"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-numpy" ,python-numpy)