1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: r-rhtslib: Update to 3.4.0.

* gnu/packages/bioconductor.scm (r-rhtslib): Update to 3.4.0.

Change-Id: I02a5619bf6981f2d4e579700f0d9e06c91fcf206
This commit is contained in:
Ricardo Wurmus 2025-04-29 18:55:43 +02:00
parent 455f34b837
commit 48ef937acc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10387,14 +10387,14 @@ be calculated to search in MS peak lists.")
(define-public r-rhtslib
(package
(name "r-rhtslib")
(version "3.2.0")
(version "3.4.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Rhtslib" version))
(sha256
(base32
"099j1hmmqqs6v5gffxxvizv784ildadqg6kicfshb45ykc8kkvzm"))))
"19y80cmm7njws4v30h55izm5qkvsz8hszm58i23xi8niw8s5qp47"))))
(properties `((upstream-name . "Rhtslib")))
(build-system r-build-system)
;; Without this a temporary directory ends up in the Rhtslib.so binary,