mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-derfinderhelper: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-derfinderhelper): Update to 1.38.0. Change-Id: Iefab596f9f9d795d0fbcb85c2e01cea0f0263877
This commit is contained in:
parent
d9002c14f9
commit
7f4e7bff48
1 changed files with 2 additions and 2 deletions
|
@ -5859,13 +5859,13 @@ (define-public r-derfinder
|
|||
(define-public r-derfinderhelper
|
||||
(package
|
||||
(name "r-derfinderhelper")
|
||||
(version "1.36.0")
|
||||
(version "1.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "derfinderHelper" version))
|
||||
(sha256
|
||||
(base32 "01vq8xnszxqhijranzaciapw8mcn6px0jhx9zb9lyqhsvaffjh5r"))))
|
||||
(base32 "0186wjrszf6c5amibmdblabx3cfvq7p7k6kza38gahw0p7ibwv21"))))
|
||||
(properties `((upstream-name . "derfinderHelper")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue