mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-ouch: Update to 2.19.
* gnu/packages/cran.scm (r-ouch): Update to 2.19.
This commit is contained in:
parent
acad588a3c
commit
26405096ab
1 changed files with 2 additions and 2 deletions
|
@ -16709,14 +16709,14 @@ (define-public r-activity
|
||||||
(define-public r-ouch
|
(define-public r-ouch
|
||||||
(package
|
(package
|
||||||
(name "r-ouch")
|
(name "r-ouch")
|
||||||
(version "2.18")
|
(version "2.19")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ouch" version))
|
(uri (cran-uri "ouch" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"119s9llpjy0b4q830xig2xr66fq6izp6mr2k4k79ggmf3gxww8as"))))
|
"15ryd76max77zwjlbijj4v7h42mscr4zqg8b01cq3gsr51l8bwkf"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-subplex))
|
(propagated-inputs (list r-subplex))
|
||||||
(home-page "https://kingaa.github.io/ouch/")
|
(home-page "https://kingaa.github.io/ouch/")
|
||||||
|
|
Loading…
Reference in a new issue