mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
gnu: r-cner: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-cner): Update to 1.30.0.
This commit is contained in:
parent
756f5411a9
commit
d6130127e8
1 changed files with 2 additions and 2 deletions
|
@ -12681,13 +12681,13 @@ (define-public r-beachmat
|
|||
(define-public r-cner
|
||||
(package
|
||||
(name "r-cner")
|
||||
(version "1.28.0")
|
||||
(version "1.30.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "CNEr" version))
|
||||
(sha256
|
||||
(base32 "13w0gsfm7k29dp5nb0c9sb2ix506ph6dixsjis6xxcz6acq7lg2k"))))
|
||||
(base32 "0w4iqmyyhsb6l9bi8c6qwdh4j6z2i1i5fi85ia9069fpl9d0hpl2"))))
|
||||
(properties `((upstream-name . "CNEr")))
|
||||
(build-system r-build-system)
|
||||
(inputs `(("zlib" ,zlib)))
|
||||
|
|
Loading…
Reference in a new issue