mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-icobra: Update to 1.22.1.
* gnu/packages/bioconductor.scm (r-icobra): Update to 1.22.1.
This commit is contained in:
parent
7e9a13d789
commit
f4b108d872
1 changed files with 2 additions and 2 deletions
|
@ -6315,14 +6315,14 @@ independent of the p-value under the null hypothesis.")
|
||||||
(define-public r-icobra
|
(define-public r-icobra
|
||||||
(package
|
(package
|
||||||
(name "r-icobra")
|
(name "r-icobra")
|
||||||
(version "1.22.0")
|
(version "1.22.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "iCOBRA" version))
|
(uri (bioconductor-uri "iCOBRA" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qg32g1rfvh6mx8wny1lrva9vc347288hzml7yb4rnrsx1hggkpa"))))
|
"05j3h314l2bw8n61h1nyiqhm3z7c1axycn4p3xkfccq5i4mcqvn2"))))
|
||||||
(properties `((upstream-name . "iCOBRA")))
|
(properties `((upstream-name . "iCOBRA")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue