mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-bionetstat: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-bionetstat): Update to 1.22.0. Change-Id: I92f2ebef0b65b947a719bdd1008f07ce279263a4
This commit is contained in:
parent
b0190a7d5c
commit
ee259a9ad9
1 changed files with 2 additions and 2 deletions
|
@ -22741,14 +22741,14 @@ (define-public r-bionet
|
||||||
(define-public r-bionetstat
|
(define-public r-bionetstat
|
||||||
(package
|
(package
|
||||||
(name "r-bionetstat")
|
(name "r-bionetstat")
|
||||||
(version "1.20.0")
|
(version "1.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BioNetStat" version))
|
(uri (bioconductor-uri "BioNetStat" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bvfgppsdih6s70iizd7zh3zkb0hg4s4h1728xmyjqbvkl8fsdf4"))
|
"1rbb36v64b9xbk2dsf6wsyrhwwbkysrj8fp1g22y3gisdk170sg8"))
|
||||||
(snippet
|
(snippet
|
||||||
'(delete-file "inst/datatables/js/jquery.dataTables.min.js"))))
|
'(delete-file "inst/datatables/js/jquery.dataTables.min.js"))))
|
||||||
(properties `((upstream-name . "BioNetStat")))
|
(properties `((upstream-name . "BioNetStat")))
|
||||||
|
|
Loading…
Reference in a new issue