me
/
guix
Archived
1
0
Fork 0

gnu: r-heatplus: Update to 2.34.0.

* gnu/packages/bioconductor.scm (r-heatplus): Update to 2.34.0.
master
Ricardo Wurmus 2020-06-13 00:47:45 +02:00
parent f2b686f61a
commit 65e0a7b181
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3597,14 +3597,14 @@ gmapR.")
(define-public r-heatplus
(package
(name "r-heatplus")
(version "2.32.1")
(version "2.34.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Heatplus" version))
(sha256
(base32
"1ldxj2hasg6ysh70sc73mz2v4h3n8gf3lii09c3sqc4wmz5h7rp1"))))
"12nd0h8svx7qydv1shk0gdpvnbixf7qi6zh06881wsmxf5s970rw"))))
(properties `((upstream-name . "Heatplus")))
(build-system r-build-system)
(propagated-inputs