diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-03 17:44:58 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-03 18:27:22 +0100 |
commit | 4e6568cedde4c0a90b39c1530bf303a78e124972 (patch) | |
tree | 74b3c50dbed6f6099379347dc705379018de07b2 /gnu | |
parent | 922c84867ae15a55e3ab3b5060afa50959bce99e (diff) | |
download | patches-4e6568cedde4c0a90b39c1530bf303a78e124972.tar patches-4e6568cedde4c0a90b39c1530bf303a78e124972.tar.gz |
gnu: xtensor: Update to 0.20.10.
* gnu/packages/algebra.scm (xtensor): Update to 0.20.10.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/algebra.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 6a9784f551..e1680d4b91 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.9") + (version "0.20.10") (source (origin (method git-fetch) (uri (git-reference @@ -995,7 +995,7 @@ features, and more.") (commit version))) (sha256 (base32 - "1rw04bdi7mzp362dhkxr9m4rafnvb47xjsi9p3fp4vfif8v0jij8")) + "1fmv2hpx610xwhxrndfsfvlbqfyk4l3gi5q5d7pa9m82kblxjj9l")) (file-name (git-file-name name version)))) (build-system cmake-build-system) (native-inputs |