gnu: r-rhpcblasctl: Update to 0.23-42.

* gnu/packages/cran.scm (r-rhpcblasctl): Update to 0.23-42.
This commit is contained in:
Ricardo Wurmus 2023-03-19 14:44:35 +01:00
parent c040a41dbd
commit 96c4915d7c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -23920,14 +23920,14 @@ (define-public r-rhandsontable
(define-public r-rhpcblasctl
(package
(name "r-rhpcblasctl")
(version "0.21-247.1")
(version "0.23-42")
(source
(origin
(method url-fetch)
(uri (cran-uri "RhpcBLASctl" version))
(sha256
(base32
"0scpr6jq25xx7wmqyc380ann4h536ll0g7wblikk25yqvpamzrav"))))
"05b6jhmxdr1rdpbvf5gwi9dqb57m8z2860qzkw5hcr72d5drv22w"))))
(properties `((upstream-name . "RhpcBLASctl")))
(build-system r-build-system)
(home-page "https://prs.ism.ac.jp/~nakama/Rhpc/")