diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 17:19:03 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 22:49:25 +0100 |
commit | cb0e6b7711fda708c63fe0ef8de40cdfe00edbc4 (patch) | |
tree | b1d2e5df9f8047e5dc88fcef3c50fd4f14dcef66 /gnu/packages | |
parent | ee1f2a995f224916b142bc7e77c8dbb68a563bd1 (diff) | |
download | guix-cb0e6b7711fda708c63fe0ef8de40cdfe00edbc4.tar.gz |
gnu: r-biocgraph: Update to 1.64.0.
* gnu/packages/bioconductor.scm (r-biocgraph): Update to 1.64.0. Change-Id: Ic9aa7212fa29c9ee691219d915de532b63fc6a37
Diffstat (limited to 'gnu/packages')
-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 810465bcc6..3b9ef76304 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -19539,14 +19539,14 @@ checks on R packages that are to be submitted to the Bioconductor repository.") (define-public r-biocgraph (package (name "r-biocgraph") - (version "1.62.0") + (version "1.64.0") (source (origin (method url-fetch) (uri (bioconductor-uri "biocGraph" version)) (sha256 (base32 - "0fnncmi82qb9lkg1zfyps7n3nrw1s3wcqbixh420w53hmdyryryl")))) + "1yy0bwvfa5b531jvmbiwrd4xg8cdvrgwr8l6bxasrh6yrbv8drml")))) (properties `((upstream-name . "biocGraph"))) (build-system r-build-system) (propagated-inputs |