mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-dama: Update to 1.70.0.
* gnu/packages/bioconductor.scm (r-dama): Update to 1.70.0.
This commit is contained in:
parent
f0ed6c519c
commit
f5118505f7
1 changed files with 2 additions and 2 deletions
|
@ -3171,13 +3171,13 @@ (define-public r-cummerbund
|
|||
(define-public r-dama
|
||||
(package
|
||||
(name "r-dama")
|
||||
(version "1.68.0")
|
||||
(version "1.70.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "daMA" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1mpjvl24wsdmpgra3iasgfvy29m71318gj6j1gg6081w0n4cq72m"))))
|
||||
"062nxfry9w674ja3q9zs4df2hvf4wws9jdqpy84g6nb0309vbhqf"))))
|
||||
(properties `((upstream-name . "daMA")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-mass))
|
||||
|
|
Loading…
Reference in a new issue