me
/
guix
Archived
1
0
Fork 0

gnu: r-blockfest: Update to 1.8.

* gnu/packages/cran.scm (r-blockfest): Update to 1.8.
master
Ricardo Wurmus 2020-12-09 21:57:59 +01:00
parent f836bc870e
commit e99a124b72
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7876,14 +7876,14 @@ procedures to speed up calculations in R.")
(define-public r-blockfest
(package
(name "r-blockfest")
(version "1.6")
(version "1.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "BlockFeST" version))
(sha256
(base32
"0hj7a5as7nxbgjac7lbj6qfwffx3g8x8phpf9a55f1c9cdzi73a5"))))
"12cbrmgqszlj729zrn9d1d7drbr0iay43knnmrzcxs6v7lfszsx5"))))
(properties `((upstream-name . "BlockFeST")))
(build-system r-build-system)
(propagated-inputs `(("r-basix" ,r-basix)))