mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-assorthead: Update to 1.0.1.
* gnu/packages/bioconductor.scm (r-assorthead): Update to 1.0.1. Change-Id: I891185025aa58ce9e39926419285f606826eacec
This commit is contained in:
parent
5c47ee149a
commit
61931aa761
1 changed files with 2 additions and 2 deletions
|
@ -5576,13 +5576,13 @@ variant.")
|
||||||
(define-public r-assorthead
|
(define-public r-assorthead
|
||||||
(package
|
(package
|
||||||
(name "r-assorthead")
|
(name "r-assorthead")
|
||||||
(version "1.0.0")
|
(version "1.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "assorthead" version))
|
(uri (bioconductor-uri "assorthead" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "120x9xz373zm8p1m1bky0gn82qw3pm8dff3sp2farjr7p5phi7b6"))))
|
(base32 "1mcihw19fnja4n07bzhrmiw3rjzc5i0pxijvgh62pfv5j6v3bxcq"))))
|
||||||
(properties `((upstream-name . "assorthead")))
|
(properties `((upstream-name . "assorthead")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue