1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-22 18:54:09 +02:00

gnu: r-methylaid: Update to 1.44.0.

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

Change-Id: Id8f2d4c2e74a988071d11bb165e972b54b364a68
This commit is contained in:
Ricardo Wurmus
2025-11-25 13:33:43 +01:00
parent 5d27013bcb
commit 3dd4e151f8
+2 -2
View File
@@ -11311,13 +11311,13 @@ profiles than cells of different types.")
(define-public r-methylaid
(package
(name "r-methylaid")
(version "1.42.0")
(version "1.44.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "MethylAid" version))
(sha256
(base32 "1y7i7xq2xblhbxsabwh8vhvmimf3s9jqs6q0vff94809rhmqaifj"))))
(base32 "1gg6wy7g583i348mvd9qww5pnjkn8g0ckkdkwf463kgs12483n2n"))))
(properties
`((upstream-name . "MethylAid")
(updater-ignored-native-inputs . ("r-methylaiddata"))))