3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-rhtslib: Update to 1.24.0.

* gnu/packages/bioconductor.scm (r-rhtslib): Update to 1.24.0.
This commit is contained in:
Ricardo Wurmus 2021-06-05 08:49:45 +02:00
parent 78eb1fdf3e
commit 76fc8a53b2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3195,14 +3195,14 @@ the Human Protein Atlas project.")
(define-public r-rhtslib
(package
(name "r-rhtslib")
(version "1.22.0")
(version "1.24.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Rhtslib" version))
(sha256
(base32
"18wag2jnpda6078xjkpfdvar1gkb2myhw83gg03l39sabh35qya4"))))
"0acpgv98529ic2i2k03knz05akb6h51wbz7sr5zgi8gk4nmawrlf"))))
(properties `((upstream-name . "Rhtslib")))
(build-system r-build-system)
;; Without this a temporary directory ends up in the Rhtslib.so binary,