mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +01:00
gnu: r-rhtslib: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-rhtslib): Update to 1.28.0.
This commit is contained in:
parent
3daf94f147
commit
bb2b2f6543
1 changed files with 2 additions and 2 deletions
|
@ -4106,14 +4106,14 @@ (define-public r-hpar
|
||||||
(define-public r-rhtslib
|
(define-public r-rhtslib
|
||||||
(package
|
(package
|
||||||
(name "r-rhtslib")
|
(name "r-rhtslib")
|
||||||
(version "1.26.0")
|
(version "1.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Rhtslib" version))
|
(uri (bioconductor-uri "Rhtslib" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pwmzwjf6agfp3bq6w8s3piwmzwjdd474qd8zmbzrm772qbadfr4"))))
|
"07kws6afkxbmxq4w357mwwl712pdd16alvz7iqijjd2x7rjchj2f"))))
|
||||||
(properties `((upstream-name . "Rhtslib")))
|
(properties `((upstream-name . "Rhtslib")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
;; Without this a temporary directory ends up in the Rhtslib.so binary,
|
;; Without this a temporary directory ends up in the Rhtslib.so binary,
|
||||||
|
|
Loading…
Reference in a new issue