me
/
guix
Archived
1
0
Fork 0

gnu: r-awst: Update to 1.10.0.

* gnu/packages/bioconductor.scm (r-awst): Update to 1.10.0.

Change-Id: I077dabb772d8a9c547e6ac23622b78c3c319f3cc
master
Ricardo Wurmus 2023-11-03 16:40:27 +01:00
parent 35fe2b495d
commit 319d9c6cd3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4049,13 +4049,13 @@ meta-pattern.")
(define-public r-awst
(package
(name "r-awst")
(version "1.8.0")
(version "1.10.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "awst" version))
(sha256
(base32
"0nwpfxfrx9rw4vl02vr311ivmmk96ajlwyhwms642hjv74j2yiji"))))
"0hry7ynv69hqbwyhlsilf1f9w8yadidbn2ckm5dx9mnb5ihgkyvj"))))
(properties `((upstream-name . "awst")))
(build-system r-build-system)
(propagated-inputs (list r-summarizedexperiment))