gnu: xtensor: Update URIs.

* gnu/packages/algebra.scm (xtensor)[source]: Update to new URI.
[home-page]: Same.
This commit is contained in:
Efraim Flashner 2020-11-08 22:16:49 +02:00
parent b6ecc7323a
commit 7c30e2348b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1089,7 +1089,7 @@ (define-public xtensor
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/QuantStack/xtensor")
(url "https://github.com/xtensor-stack/xtensor")
(commit version)))
(sha256
(base32
@ -1103,7 +1103,7 @@ (define-public xtensor
`(#:configure-flags
'("-DBUILD_TESTS=ON")
#:test-target "xtest"))
(home-page "https://quantstack.net/xtensor")
(home-page "https://xtensor.readthedocs.io/en/latest/")
(synopsis "C++ tensors with broadcasting and lazy computing")
(description "xtensor is a C++ library meant for numerical analysis with
multi-dimensional array expressions.