me
/
guix
Archived
1
0
Fork 0

gnu: r-pasilla: Update to 1.30.0.

* gnu/packages/bioconductor.scm (r-pasilla): Update to 1.30.0.

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

View File

@ -2266,13 +2266,13 @@ along with the gene set in the @code{GeneSet} class object.")
(define-public r-pasilla
(package
(name "r-pasilla")
(version "1.24.0")
(version "1.30.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "pasilla" version 'experiment))
(sha256
(base32 "1vsxh7mv2krkbdqs5gsgjsxarjbll0bpyk94syrwh56z67n7jyib"))))
(base32 "0dga4bb7qjigy1m1yp4bs4frwynjqfy3dnnylx4maai9x2zlynd0"))))
(build-system r-build-system)
(propagated-inputs (list r-dexseq))
(native-inputs (list r-knitr))