Archived
1
0
Fork 0

gnu: r-rhpcblasctl: Update to 0.20-137.

* gnu/packages/cran.scm (r-rhpcblasctl): Update to 0.20-137.
This commit is contained in:
Ricardo Wurmus 2020-06-11 15:12:24 +02:00
parent 4c4c34a154
commit 897ed4a76f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15845,14 +15845,14 @@ path of values for the regularization parameter.")
(define-public r-rhpcblasctl (define-public r-rhpcblasctl
(package (package
(name "r-rhpcblasctl") (name "r-rhpcblasctl")
(version "0.20-17") (version "0.20-137")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "RhpcBLASctl" version)) (uri (cran-uri "RhpcBLASctl" version))
(sha256 (sha256
(base32 (base32
"0iwc06blr5sx7rylwczi2jrha8sk8qs0jklflwpidl0zj1jxdggp")))) "0vv144sgjhf7fazk633i16fc06g9k43syyxj1g34pi9gsgdcn0nv"))))
(properties `((upstream-name . "RhpcBLASctl"))) (properties `((upstream-name . "RhpcBLASctl")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://prs.ism.ac.jp/~nakama/Rhpc/") (home-page "https://prs.ism.ac.jp/~nakama/Rhpc/")