mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-bionet: Update to 1.64.0.
* gnu/packages/bioconductor.scm (r-bionet): Update to 1.64.0. Change-Id: I3a66573dfe5b4a2758bea8e7af6a05b22a14b218
This commit is contained in:
parent
7315d4d4e1
commit
84047fe00d
1 changed files with 2 additions and 2 deletions
|
@ -24481,14 +24481,14 @@ (define-public r-bionero
|
|||
(define-public r-bionet
|
||||
(package
|
||||
(name "r-bionet")
|
||||
(version "1.62.0")
|
||||
(version "1.64.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BioNet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"122rj6rg4j9q9brhxyrbkc91fml3davk044s2yxwyjnwn2yjw0bq"))))
|
||||
"0lpqvm0cx7pnb99jh7na49x10w2v04xydiwxn9l41ngxysp8v0h6"))))
|
||||
(properties `((upstream-name . "BioNet")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue