gnu: r-parody: Update to 1.66.0.

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

Change-Id: Ie872040f4b0bc2ee38b0233df6c6b22fcda43ae6
This commit is contained in:
Ricardo Wurmus 2025-04-29 22:40:04 +02:00
parent 3f9455ffe0
commit 11fdeb0bb7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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