me
/
guix
Archived
1
0
Fork 0

gnu: r-motifbreakr: Update to 2.12.3.

* gnu/packages/bioconductor.scm (r-motifbreakr): Update to 2.12.3.
master
Ricardo Wurmus 2023-03-15 14:56:31 +01:00
parent e952be7fb2
commit ab6909adf0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12560,12 +12560,12 @@ frequency matrices from nine public sources, for multiple organisms.")
(define-public r-motifbreakr
(package
(name "r-motifbreakr")
(version "2.12.0")
(version "2.12.3")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "motifbreakR" version))
(sha256
(base32 "0lq79as9gb48hf3v2xj895s0nsjr37fqah4p405kdybzry56gvrq"))))
(base32 "073xv26yaksqa0j2vyqf8ak5yqsxg5s86izdlmlwdidnxdnd16si"))))
(properties `((upstream-name . "motifbreakR")))
(build-system r-build-system)
(propagated-inputs