mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-category: Update to 2.62.0.
* gnu/packages/bioconductor.scm (r-category): Update to 2.62.0.
This commit is contained in:
parent
417481b3b0
commit
b7f95b40a8
1 changed files with 2 additions and 2 deletions
|
@ -3244,14 +3244,14 @@ (define-public r-bsgenome
|
|||
(define-public r-category
|
||||
(package
|
||||
(name "r-category")
|
||||
(version "2.60.0")
|
||||
(version "2.62.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Category" version))
|
||||
(sha256
|
||||
(base32
|
||||
"164zp4la9rqnp5vpn2y2p6plc5yxyk2kmn0z3d2flla54zc1b427"))))
|
||||
"07js03cfdd6gzbzw14iavlqxynfcqszh988v6k1a3h074wxiivqd"))))
|
||||
(properties `((upstream-name . "Category")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue