mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: r-scuttle: Update to 1.8.1.
* gnu/packages/bioconductor.scm (r-scuttle): Update to 1.8.1.
This commit is contained in:
parent
a2ad5b53bf
commit
f43a41d196
1 changed files with 2 additions and 2 deletions
|
@ -16182,14 +16182,14 @@ (define-public r-singler
|
|||
(define-public r-scuttle
|
||||
(package
|
||||
(name "r-scuttle")
|
||||
(version "1.8.0")
|
||||
(version "1.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "scuttle" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1z9pigcqfqyp5n6n9gbmw3ix4f1v0ayxi4xmxj7c4d0vdm5c8c2s"))))
|
||||
"10wk46zgi57m9q9ab6wlmljcss3fph2r9yp1bp01s9yv7sd749b2"))))
|
||||
(properties `((upstream-name . "scuttle")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue