mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-biocsingular: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-biocsingular): Update to 1.12.0.
This commit is contained in:
parent
a2cc02fea8
commit
5aad467251
1 changed files with 2 additions and 2 deletions
|
@ -7076,14 +7076,14 @@ (define-public r-metapod
|
||||||
(define-public r-biocsingular
|
(define-public r-biocsingular
|
||||||
(package
|
(package
|
||||||
(name "r-biocsingular")
|
(name "r-biocsingular")
|
||||||
(version "1.10.0")
|
(version "1.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiocSingular" version))
|
(uri (bioconductor-uri "BiocSingular" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dkh6a23qymjcynppmpp3k1mzpfadv8dqyz410pxkqsxig4ldd4n"))))
|
"1sraycnn0jahpi8kni1y8ik00ga89fvwqjmbr8388968q22mvm3x"))))
|
||||||
(properties `((upstream-name . "BiocSingular")))
|
(properties `((upstream-name . "BiocSingular")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue