me
/
guix
Archived
1
0
Fork 0

gnu: xtensor: Update to 0.20.10.

* gnu/packages/algebra.scm (xtensor): Update to 0.20.10.
master
Tobias Geerinckx-Rice 2019-11-03 17:44:58 +01:00
parent 922c84867a
commit 4e6568cedd
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -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