gnu: r-category: Update to 2.66.0.
* gnu/packages/bioconductor.scm (r-category): Update to 2.66.0.
This commit is contained in:
parent
5d526f71c8
commit
7b4443f365
1 changed files with 2 additions and 2 deletions
|
@ -5999,14 +5999,14 @@ genome data packages and support for efficient SNP representation.")
|
||||||
(define-public r-category
|
(define-public r-category
|
||||||
(package
|
(package
|
||||||
(name "r-category")
|
(name "r-category")
|
||||||
(version "2.64.0")
|
(version "2.66.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Category" version))
|
(uri (bioconductor-uri "Category" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1j62b3ycvb27p80k1a1qj4pdf8cjynf5fkj65v74c3l1hgl9qxnh"))))
|
"1wjf6xbnys7nv8z4xrzck1wk5xifkdni672kigs0aqdxqj8d80f5"))))
|
||||||
(properties `((upstream-name . "Category")))
|
(properties `((upstream-name . "Category")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue