me
/
guix
Archived
1
0
Fork 0

gnu: r-interactivedisplaybase: Update to 1.24.0.

* gnu/packages/bioinformatics.scm (r-interactivedisplaybase): Update to 1.24.0.
master
Ricardo Wurmus 2019-12-15 15:07:52 +01:00
parent 6339ea22f1
commit 2beffcb558
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9643,14 +9643,14 @@ global-scaling and full-quantile normalization.")
(define-public r-interactivedisplaybase
(package
(name "r-interactivedisplaybase")
(version "1.22.0")
(version "1.24.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "interactiveDisplayBase" version))
(sha256
(base32
"1kkyv7hkygacmksvld9gs3ycf6wlblqcwi11nny0hq3l0ha265v5"))))
"0zwf3ma6wf4zypl6bgjp0n72k2hmp0g16gzl4v3y4157rxcbpl0n"))))
(properties
`((upstream-name . "interactiveDisplayBase")))
(build-system r-build-system)