mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-blockfest: Update to 1.8.
* gnu/packages/cran.scm (r-blockfest): Update to 1.8.
This commit is contained in:
parent
f836bc870e
commit
e99a124b72
1 changed files with 2 additions and 2 deletions
|
@ -7876,14 +7876,14 @@ (define-public r-basix
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue