mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-ouch: Update to 2.17.
* gnu/packages/cran.scm (r-ouch): Update to 2.17.
This commit is contained in:
parent
4341da5882
commit
2620a65479
1 changed files with 2 additions and 2 deletions
|
@ -11668,14 +11668,14 @@ (define-public r-activity
|
|||
(define-public r-ouch
|
||||
(package
|
||||
(name "r-ouch")
|
||||
(version "2.16")
|
||||
(version "2.17")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ouch" version))
|
||||
(sha256
|
||||
(base32
|
||||
"17y7qksp9v4jkr4h1psg14y3ridwhi4mgkfm0a02paabhwjc8d96"))))
|
||||
"1a7r24j59xz3lxa5wc694j6b80j8m5l86zd1sw9pvs66l8gd98kf"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-subplex" ,r-subplex)))
|
||||
(home-page "https://kingaa.github.io/ouch/")
|
||||
|
|
Loading…
Reference in a new issue