gnu: r-bionetstat: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-bionetstat): Update to 1.18.0.master
parent
01fb7c35e7
commit
219b98fee9
|
@ -17767,14 +17767,14 @@ scoring subnetwork.")
|
||||||
(define-public r-bionetstat
|
(define-public r-bionetstat
|
||||||
(package
|
(package
|
||||||
(name "r-bionetstat")
|
(name "r-bionetstat")
|
||||||
(version "1.16.1")
|
(version "1.18.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
|
||||||
"0zs6pymvxb95sji0rnnzaz3whj7hsvj2kl4n4gzj7w1q0prbfpb2"))))
|
"1h99d6gnqw5v9ha2169zfhw9cvxhyjgkf4zm8qj1i03h2cywapgv"))))
|
||||||
(properties `((upstream-name . "BioNetStat")))
|
(properties `((upstream-name . "BioNetStat")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue