diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-11 19:54:32 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-11 23:35:34 +0200 |
commit | 980808075c0e886a5923736d1f071725ad6a52eb (patch) | |
tree | b570475dc796506f8480e68ed89d9d896b7f6f4f /gnu/packages/algebra.scm | |
parent | 0b69897bdae42dd034449487eef3c86b3b66d88f (diff) | |
download | patches-980808075c0e886a5923736d1f071725ad6a52eb.tar 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.scm | 4 |
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 |