mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 10:47:24 +01:00
gnu: r-rhisat2: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-rhisat2): Update to 1.8.0.
This commit is contained in:
parent
eca0820c77
commit
274b1e2e16
1 changed files with 2 additions and 2 deletions
|
@ -8922,14 +8922,14 @@ (define-public r-sgseq
|
||||||
(define-public r-rhisat2
|
(define-public r-rhisat2
|
||||||
(package
|
(package
|
||||||
(name "r-rhisat2")
|
(name "r-rhisat2")
|
||||||
(version "1.6.0")
|
(version "1.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Rhisat2" version))
|
(uri (bioconductor-uri "Rhisat2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0f9x2qcazml0zjcgyy0kdphnww4d1m62rn0ijcqlhy1bng6ihwwb"))))
|
"1hqahh5h22mj2crqp6r9xnm111xmfgk39c100rcaziqrpdy5npk8"))))
|
||||||
(properties `((upstream-name . "Rhisat2")))
|
(properties `((upstream-name . "Rhisat2")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue