gnu: xtensor: Update to 0.17.1.

* gnu/packages/algebra.scm (xtensor): Update to 0.17.1.
[source]: Use git-fetch.
This commit is contained in:
Kei Kebreau 2018-08-18 15:32:36 -04:00
parent 0bb41aec99
commit e1ecaa836f
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 7 additions and 7 deletions

View File

@ -756,16 +756,16 @@ features, and more.")
(define-public xtensor (define-public xtensor
(package (package
(name "xtensor") (name "xtensor")
(version "0.15.9") (version "0.17.1")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/QuantStack/xtensor/archive/" (url "https://github.com/QuantStack/xtensor.git")
version ".tar.gz")) (commit version)))
(sha256 (sha256
(base32 (base32
"0mlsw4p1w5mh7pscddfdamz27zq3wml5qla3vbzgvif34vsqc8ra")) "0w40v5lp0hp8ihf8nnvak373sb5xx0768pxgiqh3nzn57wf8px4r"))
(file-name (string-append name "-" version ".tar.gz")))) (file-name (git-file-name name version))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("googletest" ,googletest) `(("googletest" ,googletest)