mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-biobtreer: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-biobtreer): Update to 1.8.0.
This commit is contained in:
parent
24c13f9d64
commit
395f152b92
1 changed files with 2 additions and 2 deletions
|
@ -15298,14 +15298,14 @@ (define-public r-bgeedb
|
|||
(define-public r-biobtreer
|
||||
(package
|
||||
(name "r-biobtreer")
|
||||
(version "1.6.0")
|
||||
(version "1.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "biobtreeR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m9gx2g5ishbbh7aqp09mpknhr7q1v5ap0s6xp6ccj01pz2gkk8s"))))
|
||||
"0cx46hdqqm6mbj0vp4y86axv0qccd4sgk2jwwjvnqp5pynq9bbqa"))))
|
||||
(properties `((upstream-name . "biobtreeR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue