diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-28 19:01:26 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:28:05 +0200 |
commit | d277f69643f04145a58511d861a8bb27b06afda8 (patch) | |
tree | 367b24e4f6a79655e14a6f010d5707ceff565b83 /gnu | |
parent | b5133a0dc3ee3ead4611c59eb30e6816f7830296 (diff) | |
download | guix-d277f69643f04145a58511d861a8bb27b06afda8.tar.gz guix-d277f69643f04145a58511d861a8bb27b06afda8.zip |
gnu: r-biocgraph: Update to 1.62.0.
* gnu/packages/bioconductor.scm (r-biocgraph): Update to 1.62.0.
Diffstat (limited to 'gnu')
-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 c3dc98c27b..f6b9800826 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -17348,14 +17348,14 @@ checks on R packages that are to be submitted to the Bioconductor repository.") (define-public r-biocgraph (package (name "r-biocgraph") - (version "1.60.0") + (version "1.62.0") (source (origin (method url-fetch) (uri (bioconductor-uri "biocGraph" version)) (sha256 (base32 - "0ysdmv2hyl8jnmr42lkyvgfqb0z89f5p649ahx0ygs6fw0z226xa")))) + "0fnncmi82qb9lkg1zfyps7n3nrw1s3wcqbixh420w53hmdyryryl")))) (properties `((upstream-name . "biocGraph"))) (build-system r-build-system) (propagated-inputs |