all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45698] [PATCH] gnu: python-numpy: Update to 1.19.4.
@ 2021-01-06 18:46 Greg Hogan
  2021-03-14 16:03 ` Greg Hogan
  2021-03-26  9:17 ` zimoun
  0 siblings, 2 replies; 10+ messages in thread
From: Greg Hogan @ 2021-01-06 18:46 UTC (permalink / raw)
  To: 45698


[-- Attachment #1.1: Type: text/plain, Size: 1812 bytes --]

From f5f390689908f065fd12abaeba8fa4e19e5e96c8 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Tue, 5 Jan 2021 16:23:24 +0000
Subject: [PATCH] gnu: python-numpy: Update to 1.19.4.

* gnu/packages/python-xyz.scm (python-numpy): Update to 1.19.4.
[native-inputs]: Add python-hypothesis.
---
 gnu/packages/python-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ab10668a01..a049f257cb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -94,6 +94,7 @@
 ;;; Copyright © 2020 Leo Prikler <leo.prikler@student.tugraz.at>
 ;;; Copyright © 2019 Kristian Trandem <kristian@devup.no>
 ;;; Copyright © 2020 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4515,7 +4516,7 @@ between language specification and implementation
aspects.")
 (define-public python-numpy
   (package
     (name "python-numpy")
-    (version "1.17.3")
+    (version "1.19.4")
     (source
      (origin
        (method url-fetch)
@@ -4524,13 +4525,14 @@ between language specification and implementation
aspects.")
              version "/numpy-" version ".tar.gz"))
        (sha256
         (base32
-         "1ak9dmjja0q90a7fsxli51ypcwssh8c4pb6f8wkrsnf2xgdk6dy9"))))
+         "04w46xsllj7al9bfjk5zzs48xa9y300yzjh3ysrxnf38bml6m0zy"))))
     (build-system python-build-system)
     (inputs
      `(("openblas" ,openblas)
        ("lapack" ,lapack)))
     (native-inputs
      `(("python-cython" ,python-cython)
+       ("python-hypothesis" ,python-hypothesis)
        ("python-pytest" ,python-pytest)
        ("gfortran" ,gfortran)))
     (arguments
-- 
2.30.0

[-- Attachment #1.2: Type: text/html, Size: 3297 bytes --]

[-- Attachment #2: 0001-gnu-python-numpy-Update-to-1.19.4.patch --]
[-- Type: application/octet-stream, Size: 1761 bytes --]

From f5f390689908f065fd12abaeba8fa4e19e5e96c8 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Tue, 5 Jan 2021 16:23:24 +0000
Subject: [PATCH] gnu: python-numpy: Update to 1.19.4.

* gnu/packages/python-xyz.scm (python-numpy): Update to 1.19.4.
[native-inputs]: Add python-hypothesis.
---
 gnu/packages/python-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ab10668a01..a049f257cb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -94,6 +94,7 @@
 ;;; Copyright © 2020 Leo Prikler <leo.prikler@student.tugraz.at>
 ;;; Copyright © 2019 Kristian Trandem <kristian@devup.no>
 ;;; Copyright © 2020 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4515,7 +4516,7 @@ between language specification and implementation aspects.")
 (define-public python-numpy
   (package
     (name "python-numpy")
-    (version "1.17.3")
+    (version "1.19.4")
     (source
      (origin
        (method url-fetch)
@@ -4524,13 +4525,14 @@ between language specification and implementation aspects.")
              version "/numpy-" version ".tar.gz"))
        (sha256
         (base32
-         "1ak9dmjja0q90a7fsxli51ypcwssh8c4pb6f8wkrsnf2xgdk6dy9"))))
+         "04w46xsllj7al9bfjk5zzs48xa9y300yzjh3ysrxnf38bml6m0zy"))))
     (build-system python-build-system)
     (inputs
      `(("openblas" ,openblas)
        ("lapack" ,lapack)))
     (native-inputs
      `(("python-cython" ,python-cython)
+       ("python-hypothesis" ,python-hypothesis)
        ("python-pytest" ,python-pytest)
        ("gfortran" ,gfortran)))
     (arguments
-- 
2.30.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-06-10  8:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-06 18:46 [bug#45698] [PATCH] gnu: python-numpy: Update to 1.19.4 Greg Hogan
2021-03-14 16:03 ` Greg Hogan
2021-03-14 21:04   ` Xinglu Chen
2021-03-15  8:34     ` zimoun
2021-03-26  9:17 ` zimoun
2021-03-26 13:30   ` Greg Hogan
2021-03-27  0:44     ` zimoun
2021-06-09 21:50       ` zimoun
2021-06-10  7:31         ` Xinglu Chen
2021-06-10  8:32           ` bug#45698: " zimoun

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.