me
/
guix
Archived
1
0
Fork 0

gnu: r-experimenthub: Update to 2.6.0.

* gnu/packages/bioconductor.scm (r-experimenthub): Update to 2.6.0.
master
zimoun 2022-11-17 03:50:28 +01:00 committed by Ricardo Wurmus
parent d87f979e28
commit 9762908889
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15006,14 +15006,14 @@ also known as views, in a controlled vocabulary.")
(define-public r-experimenthub
(package
(name "r-experimenthub")
(version "2.4.0")
(version "2.6.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ExperimentHub" version))
(sha256
(base32
"11hna8vrm1az1zk7pw2dv0wh84sd0hw2bi55w40hqvs36csb7lkl"))))
"1j71zmxwiz82gg6kii2bmynzwll1r6fmsq972kmvxvm6crpvi15s"))))
(properties `((upstream-name . "ExperimentHub")))
(build-system r-build-system)
(propagated-inputs