me
/
guix
Archived
1
0
Fork 0

gnu: r-crul: Update to 1.4.0.

* gnu/packages/cran.scm (r-crul): Update to 1.4.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -38088,14 +38088,14 @@ neighborhood graphs, and relatives.")
(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