me
/
guix
Archived
1
0
Fork 0

gnu: r-org-ce-eg-db: Use bioconductor-uri.

* gnu/packages/bioconductor.scm (r-org-ce-eg-db)[source]: Use
bioconductor-uri.
master
Ricardo Wurmus 2019-12-04 09:30:35 +01:00
parent f83404bc5b
commit 1c05e637a4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 5 deletions

View File

@ -317,11 +317,7 @@ in Biostrings objects.")
(version "3.7.0") (version "3.7.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
;; We cannot use bioconductor-uri here because this tarball is (uri (bioconductor-uri "org.Ce.eg.db" version 'annotation))
;; located under "data/annotation/" instead of "bioc/".
(uri (string-append "https://www.bioconductor.org/packages/"
"release/data/annotation/src/contrib/"
"org.Ce.eg.db_" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1w5br1ss4ha8wv4v2saj7cmbjc2jw0dyj2f2y269l078z31wcnaz")))) "1w5br1ss4ha8wv4v2saj7cmbjc2jw0dyj2f2y269l078z31wcnaz"))))