mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-geneplotter: Update to 1.64.0.
* gnu/packages/bioconductor.scm (r-geneplotter): Update to 1.64.0.
This commit is contained in:
parent
7ccbaf1b6e
commit
7778e91a2d
1 changed files with 2 additions and 2 deletions
|
@ -1186,14 +1186,14 @@ browser.")
|
||||||
(define-public r-geneplotter
|
(define-public r-geneplotter
|
||||||
(package
|
(package
|
||||||
(name "r-geneplotter")
|
(name "r-geneplotter")
|
||||||
(version "1.62.0")
|
(version "1.64.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "geneplotter" version))
|
(uri (bioconductor-uri "geneplotter" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jlqs20mqr0wgmjgzkzaynp3cy1z3xjzpz7055c1qi42fhimmimb"))))
|
"1k6780fn1kkghpm1prhhsyw621441a3bmnqfl9ns0zbc1zdq39nx"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-annotate" ,r-annotate)
|
`(("r-annotate" ,r-annotate)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue