me
/
guix
Archived
1
0
Fork 0

gnu: r-all: Update to 1.46.0.

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

Change-Id: I20d1f918a24e47cee853668b736639369c1e904e
master
Ricardo Wurmus 2024-05-07 12:32:26 +02:00
parent f27c6caa8c
commit aa538cc886
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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