mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-ripseeker: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-ripseeker): Update to 1.22.0.
This commit is contained in:
parent
aa802eafb6
commit
e9427b2c78
1 changed files with 2 additions and 2 deletions
|
@ -292,14 +292,14 @@ (define-public r-diffbind
|
||||||
(define-public r-ripseeker
|
(define-public r-ripseeker
|
||||||
(package
|
(package
|
||||||
(name "r-ripseeker")
|
(name "r-ripseeker")
|
||||||
(version "1.20.0")
|
(version "1.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "RIPSeeker" version))
|
(uri (bioconductor-uri "RIPSeeker" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0y9cvzqslfxj3z9mnp47mknff0pky2g5x8x1z1s5yjcx35q89xfi"))))
|
"1x2n1iyik4s67bxq0fl6fpf602k51g4pxjpjpxkgx1a5fsk61f2i"))))
|
||||||
(properties `((upstream-name . "RIPSeeker")))
|
(properties `((upstream-name . "RIPSeeker")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue