[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: gnu: openlibm: Update to 0.5.5.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/09: gnu: openlibm: Update to 0.5.5. |
Date: |
Sun, 25 Mar 2018 14:03:07 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 7112b2f148fbed64976d2f9f43c69a22fd511c16
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Mar 23 11:50:37 2018 +0100
gnu: openlibm: Update to 0.5.5.
* gnu/packages/maths.scm (openlibm): Update to 0.5.5.
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index be3073e..a0a539e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2832,7 +2832,7 @@ access to BLIS implementations via traditional BLAS
routine calls.")
(define-public openlibm
(package
(name "openlibm")
- (version "0.5.1")
+ (version "0.5.5")
(source
(origin
(method url-fetch)
@@ -2841,7 +2841,7 @@ access to BLIS implementations via traditional BLAS
routine calls.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "11czx2z7nh6dfpz45s3xl7v38hw36jxzxfvny454bk3if14pfakq"))))
+ "1z8cj5q8ca8kmrakwkpjxf8svi81waw0c568cx8v8pv9kvswbp07"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
- branch master updated (9b36e3b -> a667d20), Tobias Geerinckx-Rice, 2018/03/25
- 01/09: gnu: openlibm: Update to 0.5.5.,
Tobias Geerinckx-Rice <=
- 05/09: gnu: filezilla: Update to 3.31.0., Tobias Geerinckx-Rice, 2018/03/25
- 02/09: gnu: python-pyld: Update to 1.0.3., Tobias Geerinckx-Rice, 2018/03/25
- 04/09: gnu: hlint: Update to 2.1.1., Tobias Geerinckx-Rice, 2018/03/25
- 09/09: gnu: libmtp: Update to 1.1.15., Tobias Geerinckx-Rice, 2018/03/25
- 08/09: gnu: libusb: Update to 1.0.22., Tobias Geerinckx-Rice, 2018/03/25
- 06/09: gnu: mate-themes: Update to 3.22.15., Tobias Geerinckx-Rice, 2018/03/25
- 03/09: gnu: flashrom: Support libusb versions >1.0.21., Tobias Geerinckx-Rice, 2018/03/25
- 07/09: gnu: scotch: Use predictable source URI., Tobias Geerinckx-Rice, 2018/03/25