X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/blobdiff_plain/faefa2eda302722a61aed8c666c08864729604f2..8caa5d7a5393331a52bd3358be359a2403adb99c:/gnu/packages/algebra.scm?ds=sidebyside diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 6a9784f551..f4d427334f 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -201,6 +201,7 @@ the real span of the lattice.") (uri (git-reference (url "https://github.com/fplll/fpylll.git") (commit (string-append version "dev")))) + (file-name (git-file-name name version)) (sha256 (base32 "01x2sqdv0sbjj4g4waj0hj4rcn4bq7h17442xaqwbznym9azmn9w")))) @@ -344,7 +345,7 @@ precision.") (define-public giac (package (name "giac") - (version "1.5.0-69") + (version "1.5.0-85") (source (origin (method url-fetch) ;; "~parisse/giac" is not used because the maintainer regularly @@ -356,7 +357,7 @@ precision.") "source/giac_" version ".tar.gz")) (sha256 (base32 - "05l1qa2kfmvsbp0iqjmg3ixkcqa3h9ry1mjpcps52bxw05s3k1z9")))) + "03icgrfhb1xiy95cqmfgmcb1lw3775mr2ybnzandmyn44iycs6rh")))) (build-system gnu-build-system) (arguments `(#:modules ((ice-9 ftw) @@ -987,7 +988,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 +996,7 @@ features, and more.") (commit version))) (sha256 (base32 - "1rw04bdi7mzp362dhkxr9m4rafnvb47xjsi9p3fp4vfif8v0jij8")) + "1fmv2hpx610xwhxrndfsfvlbqfyk4l3gi5q5d7pa9m82kblxjj9l")) (file-name (git-file-name name version)))) (build-system cmake-build-system) (native-inputs