me
/
guix
Archived
1
0
Fork 0

gnu: r-hpar: Update to 1.36.0.

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

View File

@ -3255,14 +3255,14 @@ Enrichment Analysis} (GSEA).")
(define-public r-hpar
(package
(name "r-hpar")
(version "1.34.0")
(version "1.36.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "hpar" version))
(sha256
(base32
"0q5pp04rq2gsh1kibvp8bvjkqc1kb46qpnj6agqp2vyqhrrfrm99"))))
"1inajapdhjxg0vwhsdnhfq22h3fv7ad7m1lv58y5v41p59av1w76"))))
(build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr)))