me
/
guix
Archived
1
0
Fork 0

gnu: r-ouch: Update to 2.19.

* gnu/packages/cran.scm (r-ouch): Update to 2.19.
master
Ricardo Wurmus 2023-04-29 20:08:38 +02:00
parent acad588a3c
commit 26405096ab
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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