me
/
guix
Archived
1
0
Fork 0

gnu: r-xfun: Update to 0.41.

* gnu/packages/cran.scm (r-xfun): Update to 0.41.

Change-Id: I1836a13e924ba3af8a5977f54b1f85d7a4c9d4d5
master
Ricardo Wurmus 2023-11-15 15:54:34 +01:00
parent e710d290f3
commit fa8e97c557
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9928,13 +9928,13 @@ iVAT).")
(define-public r-xfun (define-public r-xfun
(package (package
(name "r-xfun") (name "r-xfun")
(version "0.40") (version "0.41")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "xfun" version)) (uri (cran-uri "xfun" version))
(sha256 (sha256
(base32 "1xvngh0kbd87cl39bzmjx5i57pmxik9gw50li8dh42j438cnma8y")))) (base32 "00ivgr557ja8l33lvawrivfhgj1xbjmdi4dj07zybwa1y6wc6x13"))))
(build-system r-build-system) (build-system r-build-system)
(properties (properties
;; knitr itself depends on xfun ;; knitr itself depends on xfun