1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: r-interactionset: Update to 1.36.1.

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

Change-Id: Ie5687ce5dc1de1d029f156950debbb0e520db17e
This commit is contained in:
Ricardo Wurmus 2025-05-13 11:57:28 +02:00
parent 3e759802a9
commit fe8e769103
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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