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
|
||||
(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,
|
||||
|
|
Loading…
Reference in a new issue