mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05: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 @@ (define-public r-biobtreer
|
|||
(define-public r-minet
|
||||
(package
|
||||
(name "r-minet")
|
||||
(version "3.50.0")
|
||||
(version "3.52.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "minet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0bir2zr4r2wawkdvdhrk2hcyxmgkrkfvx36jj85fcm24axlqrzzb"))))
|
||||
"0nhgvgci4r9pjfsnvxyj2q8im1wvig4zmfx2kidw8f63x2ip2rbd"))))
|
||||
(properties `((upstream-name . "minet")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue