me
/
guix
Archived
1
0
Fork 0

gnu: r-biocviews: Update to 1.58.1.

* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.58.1.

Co-authored-by: Ricardo Wurmus <reka@elephly.net>.
master
zimoun 2020-12-04 03:57:20 +01:00 committed by Ricardo Wurmus
parent b03c955c6f
commit 970984237a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7729,13 +7729,13 @@ BLAST, KEGG, GenBank, MEDLINE and GO.")
(define-public r-biocviews
(package
(name "r-biocviews")
(version "1.58.0")
(version "1.58.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biocViews" version))
(sha256
(base32
"0f0aa51h9x8n114zz6q6iw45d78i9wzl4ycbpiy0bdn23167pd84"))))
"1by2639z7n62z84dr8rj9jz12gsd1k8q42zsnxacxbwfwp6h0cl4"))))
(properties
`((upstream-name . "biocViews")))
(build-system r-build-system)