guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-scipy: Update to 1.2.2.


From: guix-commits
Subject: 01/01: gnu: python-scipy: Update to 1.2.2.
Date: Mon, 17 Jun 2019 07:31:29 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5cfc16320a870b5b006d65095564bf5188d4557a
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jun 17 13:28:56 2019 +0200

    gnu: python-scipy: Update to 1.2.2.
    
    * gnu/packages/python-xyz.scm (python-scipy): Update to 1.2.2.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 284ecbd..3efd18a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]