me
/
guix
Archived
1
0
Fork 0

gnu: r-dama: Update to 1.70.0.

* gnu/packages/bioconductor.scm (r-dama): Update to 1.70.0.
master
zimoun 2022-11-17 03:50:06 +01:00 committed by Ricardo Wurmus
parent f0ed6c519c
commit f5118505f7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3171,13 +3171,13 @@ used visualizations.")
(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))