mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-m3c: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-m3c): Update to 1.14.0.
This commit is contained in:
parent
06dd2fd625
commit
3b19239c0f
1 changed files with 2 additions and 2 deletions
|
@ -11832,14 +11832,14 @@ user's input and automatically retrieving results from GREAT web server.")
|
||||||
(define-public r-m3c
|
(define-public r-m3c
|
||||||
(package
|
(package
|
||||||
(name "r-m3c")
|
(name "r-m3c")
|
||||||
(version "1.12.0")
|
(version "1.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "M3C" version))
|
(uri (bioconductor-uri "M3C" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05ygi4fd85hh17mlww5wcww8d5z5zvkn2r46s4n6g18mcbv8snv5"))))
|
"17gj4haa4ywc6bmppm342jzppl3inqa94235yspikij6c098vrmc"))))
|
||||||
(properties `((upstream-name . "M3C")))
|
(properties `((upstream-name . "M3C")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue