mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: r-biggr: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-biggr): Update to 1.34.0.
This commit is contained in:
parent
b90e4cdd56
commit
dae60e1c1f
1 changed files with 2 additions and 2 deletions
|
@ -14538,14 +14538,14 @@ (define-public r-hyperdraw
|
|||
(define-public r-biggr
|
||||
(package
|
||||
(name "r-biggr")
|
||||
(version "1.32.0")
|
||||
(version "1.34.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiGGR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0n57bgl6xz5b1gpw4isimq2pqxmlabn7jzhbjg2fbxcklabdvrcw"))))
|
||||
"07b80qpkbas3x2yhndcm6vdkba0cpricyvnjf18dxklj5j612wfy"))))
|
||||
(properties `((upstream-name . "BiGGR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue