me
/
guix
Archived
1
0
Fork 0

gnu: r-geneplotter: Update to 1.72.0.

* gnu/packages/bioconductor.scm (r-geneplotter): Update to 1.72.0.
master
Ricardo Wurmus 2021-11-04 22:04:10 +00:00
parent c3a3c417c0
commit 319038ace3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4703,14 +4703,14 @@ saving AnnData objects to disk.")
(define-public r-geneplotter
(package
(name "r-geneplotter")
(version "1.70.0")
(version "1.72.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "geneplotter" version))
(sha256
(base32
"1d085lfa3yif5wkys1fb0zzgg0cqwd1y18vasgqqdr6rva075d4z"))))
"1b7ngp9l00vrymx3d3nsda546s7p4ifr90idn3x2v4ilf38rfhp8"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotate" ,r-annotate)