1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: r-interactionset: Update to 1.36.0.

* gnu/packages/bioconductor.scm (r-interactionset): Update to 1.36.0.

Change-Id: Iea2c44b8b10aab6d5d3fbbbd20b4d05fc6fea71c
This commit is contained in:
Ricardo Wurmus 2025-04-29 18:56:08 +02:00
parent cb70c091e4
commit 08ba40a96f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -16172,14 +16172,14 @@ parsing of genetic sequencing data from ribosome profiling experiments.")
(define-public r-interactionset
(package
(name "r-interactionset")
(version "1.34.0")
(version "1.36.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "InteractionSet" version))
(sha256
(base32
"15mvpd64hhgwc30m7ayd60bc1icmrgchpjp21dxpw2za5r4162kq"))))
"18y34s2hzrk432lkgv99lw9xkqsfj46lwzc230rfallqv48a7zmm"))))
(properties
`((upstream-name . "InteractionSet")))
(build-system r-build-system)