me
/
guix
Archived
1
0
Fork 0

gnu: r-hpar: Update to 1.34.0.

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

View File

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