diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-28 03:38:50 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-28 05:36:12 +0200 |
commit | aec6c09a3126573d40e0e8a16bb5869a6dde44b5 (patch) | |
tree | 0c9f7b2a6dac07b912f494dcf06d3d5cd787cc81 /gnu | |
parent | c5b4916294d693bd69ea5fe82fab6740936d6c90 (diff) | |
download | gnu-guix-aec6c09a3126573d40e0e8a16bb5869a6dde44b5.tar gnu-guix-aec6c09a3126573d40e0e8a16bb5869a6dde44b5.tar.gz |
gnu: xtensor: Update to 0.20.9.
* gnu/packages/algebra.scm (xtensor): Update to 0.20.9.
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 02b4d4ca21..771fc53f44 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 |