mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: r-asafe: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-asafe): Update to 1.28.0. Change-Id: If9d94cbb09fb2872fdf5224df95495666c2820c9
This commit is contained in:
parent
fc79ff45b1
commit
dc87880cb2
1 changed files with 2 additions and 2 deletions
|
@ -3709,13 +3709,13 @@ (define-public r-arrayquality
|
|||
(define-public r-asafe
|
||||
(package
|
||||
(name "r-asafe")
|
||||
(version "1.26.0")
|
||||
(version "1.28.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ASAFE" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05xw42552x7by63psb05hvjraax66flg94i331ca61zx107q7fai"))))
|
||||
"13pn2s59npp8lhc2sk9sa7dq8fy6jlq22c71n3rcjgxrrh690nb8"))))
|
||||
(properties `((upstream-name . "ASAFE")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue