mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-bioccheck: Update to 1.26.0.
* gnu/packages/bioinformatics.scm (r-bioccheck): Update to 1.26.0.
This commit is contained in:
parent
1160c83caf
commit
2ae3b7db24
1 changed files with 2 additions and 2 deletions
|
@ -7785,13 +7785,13 @@ (define-public r-biocstyle
|
|||
(define-public r-bioccheck
|
||||
(package
|
||||
(name "r-bioccheck")
|
||||
(version "1.24.0")
|
||||
(version "1.26.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocCheck" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1p9ys18sn1crxw1iac2jdgqvwpb5hjd9nfxx0qn0ncrv0b550mny"))))
|
||||
"1hyncn9zqj432da95k86rm5b28nbwrvzm52jbhisifkxj1j43cib"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocCheck")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue