gnu: xtensor: Update to 0.20.9.

* gnu/packages/algebra.scm (xtensor): Update to 0.20.9.
This commit is contained in:
Tobias Geerinckx-Rice 2019-09-28 03:38:50 +02:00
parent c5b4916294
commit aec6c09a31
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 (define-public xtensor
(package (package
(name "xtensor") (name "xtensor")
(version "0.20.5") (version "0.20.9")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -995,7 +995,7 @@ features, and more.")
(commit version))) (commit version)))
(sha256 (sha256
(base32 (base32
"0kkc4ar7p2d94jnclmrh46dwv7ldy9lx630vm9gci3pp4hnhbj9f")) "1rw04bdi7mzp362dhkxr9m4rafnvb47xjsi9p3fp4vfif8v0jij8"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs