mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-destiny: Update to 3.0.1.
* gnu/packages/bioconductor.scm (r-destiny): Update to 3.0.1.
This commit is contained in:
parent
678f651e8d
commit
062cbc4f2b
1 changed files with 2 additions and 2 deletions
|
@ -2160,14 +2160,14 @@ (define-public r-biocsingular
|
||||||
(define-public r-destiny
|
(define-public r-destiny
|
||||||
(package
|
(package
|
||||||
(name "r-destiny")
|
(name "r-destiny")
|
||||||
(version "3.0.0")
|
(version "3.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "destiny" version))
|
(uri (bioconductor-uri "destiny" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vj9nk8g6i4vzm6cnzvbsqcvyk6fhmx0a0nxxrciarffyhqk81yz"))))
|
"1hzg53p1cz21bvnfyyz40bpvjhg89zi3rahlqf0c4w85iwc1i4vi"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biobase" ,r-biobase)
|
`(("r-biobase" ,r-biobase)
|
||||||
|
|
Loading…
Reference in a new issue