mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-fourcseq: Update to 1.22.1.
* gnu/packages/cran.scm (r-fourcseq): Update to 1.22.1.
This commit is contained in:
parent
4e0acfe5e7
commit
c6443c2c8f
1 changed files with 2 additions and 2 deletions
|
@ -22381,13 +22381,13 @@ (define-public r-lsd
|
|||
(define-public r-fourcseq
|
||||
(package
|
||||
(name "r-fourcseq")
|
||||
(version "1.21.0")
|
||||
(version "1.22.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "FourCSeq" version))
|
||||
(sha256
|
||||
(base32 "0lhcjw2hmmdafq52c5fvpm1crnzynbslamzh7r6ygifmzaz2pa8x"))))
|
||||
(base32 "14q1ijnqnbd9xs60sfvyqjfiypjrvhacpwp2v85yfhcxw870cx5b"))))
|
||||
(properties `((upstream-name . "FourCSeq")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue