diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-15 10:49:32 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:29:02 +0100 |
| commit | bfcf7ddabdddf4116a794335bf479549166b920b (patch) | |
| tree | 88964ebd1d101b939c3c50c006d256c4bcee3b09 | |
| parent | e66218ee1568d02c21b6869937ec066962326f31 (diff) | |
gnu: r-rcy3: Update to 2.30.1.
* gnu/packages/bioconductor.scm (r-rcy3): Update to 2.30.1.
Change-Id: I805ed3b33d5a51b02a8a8d2a376e23fdab8e53ad
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
| -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 b3a29f9cbd3..7155cd4a2f3 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -12756,13 +12756,13 @@ library implementing most of the pipeline's features.") (define-public r-rcy3 (package (name "r-rcy3") - (version "2.30.0") + (version "2.30.1") (source (origin (method url-fetch) (uri (bioconductor-uri "RCy3" version)) (sha256 - (base32 "1xc19lvdz6yyg2844j83idv64adfrw1bkpiazd4w39xa46l46lck")))) + (base32 "09bqpmahrrcvychx1mjqrb1zf9z45dpr5vv6nbnp9v67yy6qbzlf")))) (properties `((upstream-name . "RCy3"))) (build-system r-build-system) (propagated-inputs (list r-base64enc |
