me
/
guix
Archived
1
0
Fork 0

gnu: r-rhtslib: Update to 1.28.0.

* gnu/packages/bioconductor.scm (r-rhtslib): Update to 1.28.0.
master
Ricardo Wurmus 2022-05-28 12:44:40 +02:00
parent 3daf94f147
commit bb2b2f6543
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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