mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: r-category: Update to 2.58.0.
* gnu/packages/bioconductor.scm (r-category): Update to 2.58.0.
This commit is contained in:
parent
e039d07bf8
commit
336107c13d
1 changed files with 2 additions and 2 deletions
|
@ -2347,14 +2347,14 @@ (define-public r-bsgenome
|
|||
(define-public r-category
|
||||
(package
|
||||
(name "r-category")
|
||||
(version "2.56.0")
|
||||
(version "2.58.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Category" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m77wpnica0h2ia9ajdaiga4plgz1s9wls6pdnxzk7kwl8a68wkr"))))
|
||||
"0f76pb7h8qc51mca5pq00m9p02sbkcj6ywfzli20qai2ykpfr71x"))))
|
||||
(properties `((upstream-name . "Category")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue