mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-asafe: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-asafe): Update to 1.26.0.
This commit is contained in:
parent
5329b80aa1
commit
4a5f8cede6
1 changed files with 2 additions and 2 deletions
|
@ -3414,13 +3414,13 @@ (define-public r-arrayexpress
|
|||
(define-public r-asafe
|
||||
(package
|
||||
(name "r-asafe")
|
||||
(version "1.24.0")
|
||||
(version "1.26.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ASAFE" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1q4i33rw1qb8bnvkl06izl4nyl9lzgwy8rwrmvbrz1c384pmy8yj"))))
|
||||
"05xw42552x7by63psb05hvjraax66flg94i331ca61zx107q7fai"))))
|
||||
(properties `((upstream-name . "ASAFE")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue