1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: r-prolocdata: Update to 1.46.0.

* gnu/packages/bioconductor.scm (r-prolocdata): Update to 1.46.0.

Change-Id: I87cd79a11f9a1de302b7c3b7314918964a0c0143
This commit is contained in:
Ricardo Wurmus 2025-04-30 10:48:23 +02:00
parent 280a808407
commit 7bcd5c266b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3081,14 +3081,14 @@ the reads can be mapped.")
(define-public r-prolocdata
(package
(name "r-prolocdata")
(version "1.45.1")
(version "1.46.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "pRolocdata" version
'experiment))
(sha256
(base32 "0r4frr4qh0vxj5vpnm18sfwwcjap3qhq8icrrbjmxvmgq4qrlzma"))))
(base32 "072qqvhd9qpfslbagywqv6q7ify6kydb6cc76nbb0n5901cshmvk"))))
(properties `((upstream-name . "pRolocdata")))
(build-system r-build-system)
(propagated-inputs (list r-biobase r-msnbase))