mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-annaffy: Update to 1.74.0.
* gnu/packages/bioconductor.scm (r-annaffy): Update to 1.74.0. Change-Id: Ib9e106212783df75fbc03eea51d1c768720f0340
This commit is contained in:
parent
97a6b7b971
commit
7e82848893
1 changed files with 2 additions and 2 deletions
|
@ -15080,14 +15080,14 @@ (define-public r-mlinterfaces
|
|||
(define-public r-annaffy
|
||||
(package
|
||||
(name "r-annaffy")
|
||||
(version "1.72.0")
|
||||
(version "1.74.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "annaffy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jy3qk31lb11bixncb2w2hw1ibvik31bfi2l5vyq5wjyxndfyax6"))))
|
||||
"1mdv0x9lnr0bm96h5f9104nqg2j6cjqvp5prrxx10j0d6464vmkw"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue