1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-31 14:31:28 +02:00

gnu: r-anf: Update to 1.32.0.

* gnu/packages/bioconductor.scm (r-anf): Update to 1.32.0.

Change-Id: I54ec09cc462d8718a6565b58d17be2aa7abfbf14
This commit is contained in:
Ricardo Wurmus
2025-11-25 13:33:08 +01:00
parent 4111b220d8
commit 31c3f273dd
+2 -2
View File
@@ -5042,13 +5042,13 @@ sequencing data.")
(define-public r-anf
(package
(name "r-anf")
(version "1.30.0")
(version "1.32.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "ANF" version))
(sha256
(base32
"17rw1sb6fvan37hvsiv21zbldq7ajkxaxaswynjp33klycqkxvaf"))))
"1l69zjldgvih834k09hfx1lrhj634harva38h983y4cwl58hv4xj"))))
(properties `((upstream-name . "ANF")))
(build-system r-build-system)
;; Tests attempt to download data files.