mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-bioccheck: Update to 1.40.0.
* gnu/packages/bioconductor.scm (r-bioccheck): Update to 1.40.0. Change-Id: I2ba21396e88a3a0b85ce68150446ca435ba0aef0
This commit is contained in:
parent
efaa01c156
commit
14c7c8d462
1 changed files with 2 additions and 2 deletions
|
@ -20968,13 +20968,13 @@ monograph.")
|
||||||
(define-public r-bioccheck
|
(define-public r-bioccheck
|
||||||
(package
|
(package
|
||||||
(name "r-bioccheck")
|
(name "r-bioccheck")
|
||||||
(version "1.38.2")
|
(version "1.40.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiocCheck" version))
|
(uri (bioconductor-uri "BiocCheck" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pkh7b27ynzpdfvyzqg36jm885r5lf2zw9rppdpj31rcv1640s0k"))))
|
"0rvr68d5anir7bj913nxwwfj7i3h2dvadcfvjjdbdr3m35wyx1g8"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "BiocCheck")))
|
`((upstream-name . "BiocCheck")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue