1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: r-bionero: Update to 1.16.0.

* gnu/packages/bioconductor.scm (r-bionero): Update to 1.16.0.

Change-Id: Iaed12053adbf1242824bdbb782f16cf1273562eb
This commit is contained in:
Ricardo Wurmus 2025-04-29 22:40:12 +02:00
parent 2d296d1601
commit a8d520a9db
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -27851,14 +27851,14 @@ using aCGH or sequencing.")
(define-public r-bionero
(package
(name "r-bionero")
(version "1.14.0")
(version "1.16.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BioNERO" version))
(sha256
(base32
"08mhr9ichh2kynnwchmcqf4l0sn38v5sww6995jwqfyxy5vqvx4x"))))
"1cih9d9a0ncn65gylw6bi49n25s8v6scglsmka0fv9fncypaqc7h"))))
(properties
'((upstream-name . "BioNERO")
(updater-extra-native-inputs . ("r-networkd3"))))