mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-anota: Update to 1.42.0.
* gnu/packages/bioconductor.scm (r-anota): Update to 1.42.0.
This commit is contained in:
parent
46c97a358f
commit
bc406e02bb
1 changed files with 2 additions and 2 deletions
|
@ -7301,14 +7301,14 @@ (define-public r-gosemsim
|
|||
(define-public r-anota
|
||||
(package
|
||||
(name "r-anota")
|
||||
(version "1.40.0")
|
||||
(version "1.42.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "anota" version))
|
||||
(sha256
|
||||
(base32
|
||||
"039bmcv5l44gszb6xapbihp3mfqdaaa8mfc05y702p78i7x93g5y"))))
|
||||
"0agvcpb3lr9v55h53ywf662gpxayivxacv8dcm526cc8i8hdqa9f"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-multtest" ,r-multtest)
|
||||
|
|
Loading…
Reference in a new issue