mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-blockfest: Update to 2.0.
* gnu/packages/cran.scm (r-blockfest): Update to 2.0.
This commit is contained in:
parent
796a2241e3
commit
dfa052bbc9
1 changed files with 2 additions and 2 deletions
|
@ -8664,14 +8664,14 @@ (define-public r-basix
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue