mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-scuttle: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-scuttle): Update to 1.8.0.
This commit is contained in:
parent
54a67ddf86
commit
3fa18b5504
1 changed files with 2 additions and 2 deletions
|
@ -16182,14 +16182,14 @@ (define-public r-singler
|
||||||
(define-public r-scuttle
|
(define-public r-scuttle
|
||||||
(package
|
(package
|
||||||
(name "r-scuttle")
|
(name "r-scuttle")
|
||||||
(version "1.6.3")
|
(version "1.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "scuttle" version))
|
(uri (bioconductor-uri "scuttle" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1w1jy5fqkp2d03lp84d49fsksnl0pcg0wgqyd49d5k1mipdw4671"))))
|
"1z9pigcqfqyp5n6n9gbmw3ix4f1v0ayxi4xmxj7c4d0vdm5c8c2s"))))
|
||||||
(properties `((upstream-name . "scuttle")))
|
(properties `((upstream-name . "scuttle")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue