me
/
guix
Archived
1
0
Fork 0

gnu: r-biocviews: Update to 1.64.1.

* gnu/packages/bioconductor.scm (r-biocviews): Update to 1.64.1.
master
Ricardo Wurmus 2022-10-03 18:20:57 +02:00
parent 8441c1f9ea
commit 9af834ad37
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13836,13 +13836,13 @@ functionality.")
(define-public r-biocviews
(package
(name "r-biocviews")
(version "1.64.0")
(version "1.64.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biocViews" version))
(sha256
(base32
"1lahla53awdqiglfiygbxg5pkzfabym7n5abgyp1nvqsvsj0g126"))))
"0ixcx9qqpmwmnhml3klk5z075km8g2l4q0iqc1dbniga87qgyl38"))))
(properties
`((upstream-name . "biocViews")))
(build-system r-build-system)