mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-category: Update to 2.48.1.
* gnu/packages/bioinformatics.scm (r-category): Update to 2.48.1.
This commit is contained in:
parent
e014dc78f0
commit
0adb6f207b
1 changed files with 2 additions and 2 deletions
|
@ -6818,14 +6818,14 @@ (define-public r-gseabase
|
||||||
(define-public r-category
|
(define-public r-category
|
||||||
(package
|
(package
|
||||||
(name "r-category")
|
(name "r-category")
|
||||||
(version "2.48.0")
|
(version "2.48.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Category" version))
|
(uri (bioconductor-uri "Category" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jdm83bwdfhpfm1y6hwgvxzj6l83h1bdkqv23799kzywnwm016kv"))))
|
"18rsxlwa1l06i635cnznb9b2zssqcgb71pihky29gl2gwp7a654b"))))
|
||||||
(properties `((upstream-name . "Category")))
|
(properties `((upstream-name . "Category")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue