me
/
guix
Archived
1
0
Fork 0

gnu: r-blockfest: Update to 2.0.

* gnu/packages/cran.scm (r-blockfest): Update to 2.0.
master
Ricardo Wurmus 2021-03-15 13:41:32 +01:00
parent 796a2241e3
commit dfa052bbc9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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