[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: xtensor: Update to 0.20.9.
From: |
guix-commits |
Subject: |
06/08: gnu: xtensor: Update to 0.20.9. |
Date: |
Fri, 27 Sep 2019 23:44:20 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit aec6c09a3126573d40e0e8a16bb5869a6dde44b5
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Sep 28 03:38:50 2019 +0200
gnu: xtensor: Update to 0.20.9.
* gnu/packages/algebra.scm (xtensor): Update to 0.20.9.
---
gnu/packages/algebra.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 02b4d4c..771fc53 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -987,7 +987,7 @@ features, and more.")
(define-public xtensor
(package
(name "xtensor")
- (version "0.20.5")
+ (version "0.20.9")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -995,7 +995,7 @@ features, and more.")
(commit version)))
(sha256
(base32
- "0kkc4ar7p2d94jnclmrh46dwv7ldy9lx630vm9gci3pp4hnhbj9f"))
+ "1rw04bdi7mzp362dhkxr9m4rafnvb47xjsi9p3fp4vfif8v0jij8"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(native-inputs
- branch master updated (ba567ca -> d49375c), guix-commits, 2019/09/27
- 07/08: gnu: xtensor: Use HTTPS home page., guix-commits, 2019/09/27
- 08/08: gnu: z3: Update to 4.8.6., guix-commits, 2019/09/27
- 04/08: gnu: smu: Don't use unstable tarball., guix-commits, 2019/09/27
- 05/08: gnu: xtl: Update to 0.6.7., guix-commits, 2019/09/27
- 06/08: gnu: xtensor: Update to 0.20.9.,
guix-commits <=
- 01/08: gnu: ubridge: Update to 0.9.16., guix-commits, 2019/09/27
- 02/08: gnu: youtube-viewer: Update to 3.5.8., guix-commits, 2019/09/27
- 03/08: gnu: smu: Update to 1.5., guix-commits, 2019/09/27