mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-rhisat2: Update to 1.0.1.
* gnu/packages/bioconductor.scm (r-rhisat2): Update to 1.0.1.
This commit is contained in:
parent
b8f6b813c9
commit
371c73b2e6
1 changed files with 2 additions and 2 deletions
|
@ -4438,14 +4438,14 @@ (define-public r-sgseq
|
||||||
(define-public r-rhisat2
|
(define-public r-rhisat2
|
||||||
(package
|
(package
|
||||||
(name "r-rhisat2")
|
(name "r-rhisat2")
|
||||||
(version "1.0.0")
|
(version "1.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Rhisat2" version))
|
(uri (bioconductor-uri "Rhisat2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d1gwl8l2z8kzfvkp1s8vfrh6jbq9ha25dplpf9g62qqa8a46hga"))))
|
"01jhj5vvfl4n2d0nl3nd1iw9nii85mgw2adnrmxb8wwlxgy240vr"))))
|
||||||
(properties `((upstream-name . "Rhisat2")))
|
(properties `((upstream-name . "Rhisat2")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue