me
/
guix
Archived
1
0
Fork 0

gnu: r-all: Update to 1.44.0.

* gnu/packages/bioconductor.scm (r-all): Update to 1.44.0.

Change-Id: I9f2817b571d2c42d57927370b51319e52388a3b5
master
Ricardo Wurmus 2024-01-22 13:44:55 +01:00
parent 1d0674befe
commit aef69bfc03
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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