me
/
guix
Archived
1
0
Fork 0

gnu: r-hpar: Update to 1.38.0.

* gnu/packages/bioconductor.scm (r-hpar): Update to 1.38.0.
master
Ricardo Wurmus 2022-05-28 12:44:40 +02:00
parent 3e1dbcb3bf
commit 3daf94f147
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4086,14 +4086,14 @@ Enrichment Analysis} (GSEA).")
(define-public r-hpar
(package
(name "r-hpar")
(version "1.36.0")
(version "1.38.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "hpar" version))
(sha256
(base32
"1inajapdhjxg0vwhsdnhfq22h3fv7ad7m1lv58y5v41p59av1w76"))))
"07c6r703d5xp7y9bqmqalxgna2qrbk1h5s0d992m7360k259mgrj"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))