gnu: r-biggr: Update to 1.36.0.
* gnu/packages/bioconductor.scm (r-biggr): Update to 1.36.0.
This commit is contained in:
parent
c0b7b4ed00
commit
d3f1ba4bf2
1 changed files with 2 additions and 2 deletions
|
@ -16952,14 +16952,14 @@ manipulating hypergraphs.")
|
||||||
(define-public r-biggr
|
(define-public r-biggr
|
||||||
(package
|
(package
|
||||||
(name "r-biggr")
|
(name "r-biggr")
|
||||||
(version "1.34.0")
|
(version "1.36.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiGGR" version))
|
(uri (bioconductor-uri "BiGGR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07b80qpkbas3x2yhndcm6vdkba0cpricyvnjf18dxklj5j612wfy"))))
|
"03pd4a3l912zdfk35flagikqimp01wp76nslid32l43d7yg9p57w"))))
|
||||||
(properties `((upstream-name . "BiGGR")))
|
(properties `((upstream-name . "BiGGR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue