me
/
guix
Archived
1
0
Fork 0

gnu: r-heatplus: Update to 3.0.0.

* gnu/packages/bioconductor.scm (r-heatplus): Update to 3.0.0.
master
Ricardo Wurmus 2021-06-05 08:49:57 +02:00
parent 1ade726fdf
commit faf60162a3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6988,14 +6988,14 @@ gmapR.")
(define-public r-heatplus
(package
(name "r-heatplus")
(version "2.36.0")
(version "3.0.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Heatplus" version))
(sha256
(base32
"0vp8y0242k6q07yjk4sg2w7mlk5pgzhjgqkxa79c5ypkyp095a8n"))))
"0xwg3sxmihg3p6v3nxgrqy0nrqxi6razg3b3rjh2gcb2vv8gcqng"))))
(properties `((upstream-name . "Heatplus")))
(build-system r-build-system)
(propagated-inputs