me
/
guix
Archived
1
0
Fork 0

gnu: r-highr: Update to 0.11.

* gnu/packages/statistics.scm (r-highr): Update to 0.11.

Change-Id: I70490aa7f3be0a430f65b4497de33cba06a30893
master
Ricardo Wurmus 2024-07-02 14:58:53 +02:00
parent 8275c312e8
commit fcd329cb0f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1507,13 +1507,13 @@ There is also a Shiny app as a user interface in this package.")
(define-public r-highr
(package
(name "r-highr")
(version "0.10")
(version "0.11")
(source (origin
(method url-fetch)
(uri (cran-uri "highr" version))
(sha256
(base32
"0yrlpjs8qzq1d7iy4gypnf4x1gvxq6vaghkdh1kfv433yqgvqmgc"))))
"19z0gwdy46z6gb46b3fs2ljxa2cn0bpvx7aam0jk75h180l183g9"))))
(build-system r-build-system)
(propagated-inputs
(list r-xfun))