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-genomation: Update to 1.40.1.

* gnu/packages/bioconductor.scm (r-genomation): Update to 1.40.1.

Change-Id: I29f812992afd0832b0a262ad5d8e3aa6d475c3f2
This commit is contained in:
Ricardo Wurmus 2025-05-13 11:56:57 +02:00
parent 6dd49589c5
commit 7848e8baae
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9607,13 +9607,13 @@ and visualize the results.")
(define-public r-genomation
(package
(name "r-genomation")
(version "1.40.0")
(version "1.40.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "genomation" version))
(sha256
(base32
"0wvvx4h4d52wk1mxqjfih95w3x6y6y4qzdlxqsh3b66ad63l3pd6"))))
"1rjxh2vwkiadqprsn6d67nd3nllxy2f5g0xakxnfv6p4ry8fccfs"))))
(properties
'((updater-extra-native-inputs . ("r-runit"))))
(build-system r-build-system)