me
/
guix
Archived
1
0
Fork 0

gnu: r-pasilla: Use bioconductor-uri.

* gnu/packages/bioconductor.scm (r-pasilla)[source]: Use bioconductor-uri.
Ricardo Wurmus 2022-01-20 11:57:56 +01:00
parent 61d7da5a1f
commit 31a0b086da
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 3 deletions

View File

@ -1302,9 +1302,7 @@ downloaded from Encode.")
(version "1.14.0")
(source (origin
(method url-fetch)
(uri (string-append
"http://bioconductor.org/packages/release/data/experiment"
"/src/contrib/pasilla_" version ".tar.gz"))
(uri (bioconductor-uri "pasilla" version 'experiment))
(sha256
(base32
"0h124i2fb2lbj2k48zzf1n7ldqa471bs26fbd9vw50299aqx28x0"))))