me
/
guix
Archived
1
0
Fork 0

gnu: r-biocviews: Update to 1.60.0.

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

View File

@ -11417,13 +11417,13 @@ functionality.")
(define-public r-biocviews
(package
(name "r-biocviews")
(version "1.58.1")
(version "1.60.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biocViews" version))
(sha256
(base32
"1by2639z7n62z84dr8rj9jz12gsd1k8q42zsnxacxbwfwp6h0cl4"))))
"0pc5ll59vm8a9s1nrdc7p9wk11a52rrz669fsrrqd8qapa8p6wfd"))))
(properties
`((upstream-name . "biocViews")))
(build-system r-build-system)