gnu: xtensor: Update to 0.20.5.

* gnu/packages/algebra.scm (xtensor): Update to 0.20.5.
master
Tobias Geerinckx-Rice 2019-05-11 19:54:32 +02:00
parent 0b69897bda
commit 980808075c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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