mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-minfi: Update to 1.52.1.
* gnu/packages/bioconductor.scm (r-minfi): Update to 1.52.1. [properties]: Record updater-ignored-native-inputs. Change-Id: I85a8bc4546e046394cee537c002475d858f59fd9
This commit is contained in:
parent
6b5b0094d4
commit
8b95edca0b
1 changed files with 4 additions and 2 deletions
|
@ -17822,14 +17822,16 @@ model.")
|
|||
(define-public r-minfi
|
||||
(package
|
||||
(name "r-minfi")
|
||||
(version "1.52.0")
|
||||
(version "1.52.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "minfi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1n63pzyn153w24l6ydblah046dqv6fpcz4wi25j14myk12kwx1x0"))))
|
||||
"13bajbcsm0rkw92c8pz1pxn07af5nf51qfff5p0n9chdi01k78dk"))))
|
||||
(properties
|
||||
'((updater-ignored-native-inputs . ("r-minfidata"))))
|
||||
(build-system r-build-system)
|
||||
;; Tests require r-minfidata, which depends on this package.
|
||||
(arguments (list #:tests? #false))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue