gnu: r-ouch: Update to 2.14-1.

* gnu/packages/cran.scm (r-ouch): Update to 2.14-1.
This commit is contained in:
Ricardo Wurmus 2019-05-03 00:51:49 +02:00
parent dea3df2bd1
commit 27b4bfbe4b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8824,14 +8824,14 @@ circular variables).")
(define-public r-ouch (define-public r-ouch
(package (package
(name "r-ouch") (name "r-ouch")
(version "2.11-1") (version "2.14-1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ouch" version)) (uri (cran-uri "ouch" version))
(sha256 (sha256
(base32 (base32
"0xkwwi62vdahlcg3k32zb1nfwsx87zdssk79mvcxgfsw9bw4gahx")))) "0ddf9bw5lhj8vb0ja78jf99i0smq4rgmm842k4a4ygap41vdyn2b"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs `(("r-subplex" ,r-subplex))) (propagated-inputs `(("r-subplex" ,r-subplex)))
(home-page "http://kingaa.github.io/ouch/") (home-page "http://kingaa.github.io/ouch/")