1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-08 10:15:56 +02:00

gnu: r-biocgraph: Update to 1.70.0.

* gnu/packages/bioconductor.scm (r-biocgraph): Update to 1.70.0.

Change-Id: Ife5bbffb575154537542f8ca408633df11e154b9
This commit is contained in:
Ricardo Wurmus
2025-04-29 21:04:31 +02:00
parent 814566bc4a
commit 09b5b697c6
+2 -2
View File
@@ -24068,14 +24068,14 @@ checks on R packages that are to be submitted to the Bioconductor repository.")
(define-public r-biocgraph
(package
(name "r-biocgraph")
(version "1.68.0")
(version "1.70.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "biocGraph" version))
(sha256
(base32
"13k619dazrrfh52pmq6jqx3q2sr3jx5jilbvkbn4yk55md6dxjcy"))))
"0iy7xg4yrsb1n0ggpzin9ll9hf80yxplvdiymahhpv6kp7c8l0mk"))))
(properties `((upstream-name . "biocGraph")))
(build-system r-build-system)
(propagated-inputs