mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: r-methylumi: Update to 2.48.0.
* gnu/packages/bioconductor.scm (r-methylumi): Update to 2.48.0. Change-Id: Ie17336e7bbfe5b9c74beb3887596d2993adbfb4c
This commit is contained in:
parent
8dc6103399
commit
e6f93e58c9
1 changed files with 2 additions and 2 deletions
|
@ -14231,14 +14231,14 @@ (define-public r-missmethyl
|
||||||
(define-public r-methylumi
|
(define-public r-methylumi
|
||||||
(package
|
(package
|
||||||
(name "r-methylumi")
|
(name "r-methylumi")
|
||||||
(version "2.46.0")
|
(version "2.48.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "methylumi" version))
|
(uri (bioconductor-uri "methylumi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1aa0pwjyp2p9a4mx4n4qw88ndgrj56p669yzdkd7hxhc3x55nzlf"))))
|
"1vracrvy56kk3hc9midxdaxhad2zf1lspn0zzxjjbsyzx3r0ip0n"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-annotate
|
(list r-annotate
|
||||||
|
|
Loading…
Reference in a new issue