1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 04:30:32 +02:00

gnu: r-parody: Update to 1.68.0.

* gnu/packages/bioconductor.scm (r-parody): Update to 1.68.0.

Change-Id: I37e116daa9446468d1206878bee9f14e46fb820f
This commit is contained in:
Ricardo Wurmus
2025-11-25 13:50:43 +01:00
parent ea86c510d2
commit f9e2f26f43

View File

@@ -27180,13 +27180,13 @@ other functional sequencing data.")
(define-public r-parody
(package
(name "r-parody")
(version "1.66.0")
(version "1.68.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "parody" version))
(sha256
(base32 "055m8f3h7gdpdxl31bwky9y3xdlazd0wx4mjyll7zbww0lkil1rj"))))
(base32 "0542fwhxjkca8lc5yahmz4fxk571q2vllzlv9rixrnn3v32dphgy"))))
(properties `((upstream-name . "parody")))
(build-system r-build-system)
(native-inputs (list r-knitr r-testthat))