mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-minet: Update to 3.52.0.
* gnu/packages/bioconductor.scm (r-minet): Update to 3.52.0.
This commit is contained in:
parent
6cec550e20
commit
b8394117f9
1 changed files with 2 additions and 2 deletions
|
@ -14078,14 +14078,14 @@ mappings functionalities.")
|
||||||
(define-public r-minet
|
(define-public r-minet
|
||||||
(package
|
(package
|
||||||
(name "r-minet")
|
(name "r-minet")
|
||||||
(version "3.50.0")
|
(version "3.52.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "minet" version))
|
(uri (bioconductor-uri "minet" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bir2zr4r2wawkdvdhrk2hcyxmgkrkfvx36jj85fcm24axlqrzzb"))))
|
"0nhgvgci4r9pjfsnvxyj2q8im1wvig4zmfx2kidw8f63x2ip2rbd"))))
|
||||||
(properties `((upstream-name . "minet")))
|
(properties `((upstream-name . "minet")))
|
||||||
(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