1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-16 06:05:54 +02:00

gnu: r-motifbreakr: Update to 2.24.0.

* gnu/packages/bioconductor.scm (r-motifbreakr): Update to 2.24.0.

Change-Id: I9110cfdfecbc91ce68a5e47e843ff39d3eeb81fb
This commit is contained in:
Ricardo Wurmus
2025-11-25 13:50:06 +01:00
parent aa377b2ea7
commit fdb61b51e9
+2 -2
View File
@@ -19980,12 +19980,12 @@ frequency matrices from nine public sources, for multiple organisms.")
(define-public r-motifbreakr
(package
(name "r-motifbreakr")
(version "2.22.0")
(version "2.24.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "motifbreakR" version))
(sha256
(base32 "1kc9aqpx7006c5pz0i7l8qvp0vkng9f14r7z1wj67rb806qsd76f"))))
(base32 "0ksxil00v1s282zvsj0gjzybq46kcfay849y2syh7la7pgdw3x63"))))
(properties `((upstream-name . "motifbreakR")))
(build-system r-build-system)
(propagated-inputs