mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-biggr: Update to 1.44.0.
* gnu/packages/bioconductor.scm (r-biggr): Update to 1.44.0. Change-Id: I7d24aec93d42981d47e07740bf33dc3b79dbf386
This commit is contained in:
parent
3d068a7d2c
commit
4864eb821b
1 changed files with 2 additions and 2 deletions
|
@ -23591,14 +23591,14 @@ manipulating hypergraphs.")
|
||||||
(define-public r-biggr
|
(define-public r-biggr
|
||||||
(package
|
(package
|
||||||
(name "r-biggr")
|
(name "r-biggr")
|
||||||
(version "1.42.0")
|
(version "1.44.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
|
||||||
"0zvazxkyllalb2j3k6hwh1g1p0jbm2kcn0yf9ypi8v5wfw71c5dc"))))
|
"1awdwwg54cfnsn8kp0lw6a7c3mgix024ry7mxn9vb5xq4hp1gflb"))))
|
||||||
(properties `((upstream-name . "BiGGR")))
|
(properties `((upstream-name . "BiGGR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue