mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-ouch: Update to 2.18.
* gnu/packages/cran.scm (r-ouch): Update to 2.18.
This commit is contained in:
parent
9d96f5c9c5
commit
11e13a213d
1 changed files with 2 additions and 2 deletions
|
@ -13584,14 +13584,14 @@ (define-public r-activity
|
|||
(define-public r-ouch
|
||||
(package
|
||||
(name "r-ouch")
|
||||
(version "2.17")
|
||||
(version "2.18")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ouch" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1a7r24j59xz3lxa5wc694j6b80j8m5l86zd1sw9pvs66l8gd98kf"))))
|
||||
"119s9llpjy0b4q830xig2xr66fq6izp6mr2k4k79ggmf3gxww8as"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-subplex))
|
||||
(home-page "https://kingaa.github.io/ouch/")
|
||||
|
|
Loading…
Reference in a new issue