diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 13:07:12 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:37 +0200 |
commit | 000a4021b933ef8b5e19481204de9a7d4db0ec07 (patch) | |
tree | c4d380e5dfba50f95359e7b7996213f612cb05fd | |
parent | 14c7c8d462040c38ebf1d3a217bbb7f3a74db4b5 (diff) |
gnu: r-biocgraph: Update to 1.66.0.
* gnu/packages/bioconductor.scm (r-biocgraph): Update to 1.66.0.
Change-Id: I768ba4f032e742623325ddb1d02ef5603fc6d47b
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index da0edf672d..0f1302236e 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -21001,14 +21001,14 @@ checks on R packages that are to be submitted to the Bioconductor repository.") (define-public r-biocgraph (package (name "r-biocgraph") - (version "1.64.0") + (version "1.66.0") (source (origin (method url-fetch) (uri (bioconductor-uri "biocGraph" version)) (sha256 (base32 - "1yy0bwvfa5b531jvmbiwrd4xg8cdvrgwr8l6bxasrh6yrbv8drml")))) + "0ji6pa8wfj57drpnp03vgas1pird84g15nnp6469jmx773izhfq0")))) (properties `((upstream-name . "biocGraph"))) (build-system r-build-system) (propagated-inputs |