me
/
guix
Archived
1
0
Fork 0

gnu: r-asgsca: Update to 1.32.0.

* gnu/packages/bioconductor.scm (r-asgsca): Update to 1.32.0.
master
zimoun 2022-11-17 03:50:04 +01:00 committed by Ricardo Wurmus
parent 110f0f8483
commit b89305c18d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2502,13 +2502,13 @@ RNAs.")
(define-public r-asgsca (define-public r-asgsca
(package (package
(name "r-asgsca") (name "r-asgsca")
(version "1.30.0") (version "1.32.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "ASGSCA" version)) (uri (bioconductor-uri "ASGSCA" version))
(sha256 (sha256
(base32 (base32
"0mxrrkm2lg7gxjh8ynn6qmryn8wqda7b83sr51dpgblay83jcbaq")))) "12wap8xbq6xl7p430yd9yy5kdhs15n7nmv2h3k9bsi0f4m6md02i"))))
(properties `((upstream-name . "ASGSCA"))) (properties `((upstream-name . "ASGSCA")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (list r-mass r-matrix)) (propagated-inputs (list r-mass r-matrix))