gnu: r-crul: Update to 1.4.0.

* gnu/packages/cran.scm (r-crul): Update to 1.4.0.
This commit is contained in:
Ricardo Wurmus 2023-05-31 12:15:25 +02:00
parent 4560bd6f51
commit a713d1b90e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -38088,14 +38088,14 @@ (define-public r-cccd
(define-public r-crul
(package
(name "r-crul")
(version "1.3")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "crul" version))
(sha256
(base32
"0b8y12wb5kjylr8b4a2iarb5rpw1ydinw3lxp2ssq91pidyn2n40"))))
"18n9ga0ah628k83qin75ys0wipc9dgc25xnafcj400jp85g42l4f"))))
(properties `((upstream-name . "crul")))
(build-system r-build-system)
(propagated-inputs