me
/
guix
Archived
1
0
Fork 0

gnu: r-ouch: Update to 2.17.

* gnu/packages/cran.scm (r-ouch): Update to 2.17.
master
Ricardo Wurmus 2021-05-20 10:54:42 +02:00
parent 4341da5882
commit 2620a65479
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11668,14 +11668,14 @@ circular variables).")
(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/")