mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: r-biscuiteer: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-biscuiteer): Update to 1.18.0. Change-Id: If9119ebcde80e8548df5bcd4ffab1b0dca4ca726
This commit is contained in:
parent
4689ba62f5
commit
3ea719d1bf
1 changed files with 2 additions and 2 deletions
|
@ -24868,14 +24868,14 @@ (define-public r-omnipathr
|
|||
(define-public r-biscuiteer
|
||||
(package
|
||||
(name "r-biscuiteer")
|
||||
(version "1.16.0")
|
||||
(version "1.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "biscuiteer" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1q90p14qj5plz6cbvwxq875y29in6jg7adyni5wd33pf9i4gsxzi"))))
|
||||
"15bisrcgyiv9ndfvgm0p4igyr4jwsf68ccis1nf1hi9x291k7m6y"))))
|
||||
(properties `((upstream-name . "biscuiteer")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue