diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:00 +0200 |
commit | 91344faa93c15eaecabd80e14f5ab85e35245a2f (patch) | |
tree | a1343fefae41470f3fdcafd1e2686eb70314b1b8 /gnu | |
parent | d9a851433ad3e44a937cc98e200f6a17d5bd9063 (diff) |
gnu: xtensor: Update to 0.24.6.
* gnu/packages/algebra.scm (xtensor): Update to 0.24.6.
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 83eb63e206..a717750c7b 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -1189,7 +1189,7 @@ features, and more.") (define-public xtensor (package (name "xtensor") - (version "0.24.0") + (version "0.24.6") (source (origin (method git-fetch) (uri (git-reference @@ -1197,7 +1197,7 @@ features, and more.") (commit version))) (sha256 (base32 - "14fpzwdq26p2fqdrmc78hny9pp09k9c53jnwlh7f8x54ikzm23c2")) + "0gf5m5p61981pv7yh5425lcv8dci948ri37hn1zlli7xg54x0g3i")) (file-name (git-file-name name version)))) (build-system cmake-build-system) (native-inputs |