summaryrefslogtreecommitdiff
path: root/gnu/packages/algebra.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-05-11 19:54:32 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-05-11 23:35:34 +0200
commit980808075c0e886a5923736d1f071725ad6a52eb (patch)
treeb570475dc796506f8480e68ed89d9d896b7f6f4f /gnu/packages/algebra.scm
parent0b69897bdae42dd034449487eef3c86b3b66d88f (diff)
downloadguix-patches-980808075c0e886a5923736d1f071725ad6a52eb.tar
guix-patches-980808075c0e886a5923736d1f071725ad6a52eb.tar.gz
gnu: xtensor: Update to 0.20.5.
* gnu/packages/algebra.scm (xtensor): Update to 0.20.5.
Diffstat (limited to 'gnu/packages/algebra.scm')
-rw-r--r--gnu/packages/algebra.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 319a049d8a..128d41a570 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -894,7 +894,7 @@ features, and more.")
(define-public xtensor
(package
(name "xtensor")
- (version "0.17.1")
+ (version "0.20.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -902,7 +902,7 @@ features, and more.")
(commit version)))
(sha256
(base32
- "0w40v5lp0hp8ihf8nnvak373sb5xx0768pxgiqh3nzn57wf8px4r"))
+ "0kkc4ar7p2d94jnclmrh46dwv7ldy9lx630vm9gci3pp4hnhbj9f"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(native-inputs