me
/
guix
Archived
1
0
Fork 0

gnu: r-rhtslib: Update to 2.4.1.

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

Change-Id: If0da0bbfbbfcb2f41b354ba1772967f9fee778ca
master
Ricardo Wurmus 2024-01-22 13:44:57 +01:00
parent c61e835022
commit 500fc9e891
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8477,14 +8477,14 @@ be calculated to search in MS peak lists.")
(define-public r-rhtslib
(package
(name "r-rhtslib")
(version "2.4.0")
(version "2.4.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Rhtslib" version))
(sha256
(base32
"1h0hzs4f4mmnpi436dgib9lakljacznkyyssy7c4mdd419431aq2"))))
"089b5amwxwac6wvdnndy9inc218919q9dz9x58i2cp7il18vjd0c"))))
(properties `((upstream-name . "Rhtslib")))
(build-system r-build-system)
;; Without this a temporary directory ends up in the Rhtslib.so binary,