1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: r-methylaid: Update to 1.42.0.

* gnu/packages/bioconductor.scm (r-methylaid): Update to 1.42.0.

Change-Id: Id3fc8d9aca3c002da5f6d0ed82f432799e118fa6
This commit is contained in:
Ricardo Wurmus 2025-04-29 18:55:47 +02:00
parent 1a6ca53fc8
commit 858698e1f6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11080,13 +11080,13 @@ profiles than cells of different types.")
(define-public r-methylaid
(package
(name "r-methylaid")
(version "1.40.0")
(version "1.42.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "MethylAid" version))
(sha256
(base32 "0iq4ba4hsf7zwb063gqf00al031lydpg0yhlxwx8aczmyly00a9q"))))
(base32 "1y7i7xq2xblhbxsabwh8vhvmimf3s9jqs6q0vff94809rhmqaifj"))))
(properties
`((upstream-name . "MethylAid")
(updater-ignored-native-inputs . ("r-methylaiddata"))))