me
/
guix
Archived
1
0
Fork 0

gnu: r-all: Update to 1.38.0.

* gnu/packages/bioconductor.scm (r-all): Update to 1.38.0.
master
Ricardo Wurmus 2022-05-28 15:16:56 +02:00
parent 15e10974ef
commit e06ee7a745
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 7 additions and 7 deletions

View File

@ -1414,13 +1414,13 @@ resulting in a complete gene expression profile for each cell.")
(define-public r-all
(package
(name "r-all")
(version "1.26.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "ALL" version 'experiment))
(sha256
(base32
"1z7kpjw4ndj6fkxwvhqf3gawhrn26ksrlns7j2c78qzxqmjndik9"))))
(version "1.38.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ALL" version 'experiment))
(sha256
(base32 "0410045x327wmfkksshd8yishw4yxij08vn8p65cdj7hb3qy3p0z"))))
(properties `((upstream-name . "ALL")))
(build-system r-build-system)
(propagated-inputs