mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-geneplotter: Update to 1.62.0.
* gnu/packages/bioconductor.scm (r-geneplotter): Update to 1.62.0.
This commit is contained in:
parent
4b53d55e98
commit
3e1bc88c1f
1 changed files with 2 additions and 2 deletions
|
@ -935,14 +935,14 @@ region sets and other genomic features.")
|
||||||
(define-public r-geneplotter
|
(define-public r-geneplotter
|
||||||
(package
|
(package
|
||||||
(name "r-geneplotter")
|
(name "r-geneplotter")
|
||||||
(version "1.60.0")
|
(version "1.62.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
|
||||||
"10khr0pznxf3m0f5gzck9ymljrwcv3vamfmpskd51yjh36lhllqz"))))
|
"0jlqs20mqr0wgmjgzkzaynp3cy1z3xjzpz7055c1qi42fhimmimb"))))
|
||||||
(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