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:
Ricardo Wurmus 2023-11-03 17:19:13 +01:00
parent b0190a7d5c
commit ee259a9ad9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -22741,14 +22741,14 @@ scoring subnetwork.")
(define-public r-bionetstat
(package
(name "r-bionetstat")
(version "1.20.0")
(version "1.22.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BioNetStat" version))
(sha256
(base32
"0bvfgppsdih6s70iizd7zh3zkb0hg4s4h1728xmyjqbvkl8fsdf4"))
"1rbb36v64b9xbk2dsf6wsyrhwwbkysrj8fp1g22y3gisdk170sg8"))
(snippet
'(delete-file "inst/datatables/js/jquery.dataTables.min.js"))))
(properties `((upstream-name . "BioNetStat")))