me
/
guix
Archived
1
0
Fork 0

gnu: r-crul: Update to 1.4.2.

* gnu/packages/cran.scm (r-crul): Update to 1.4.2.

Change-Id: I982b33d77d6a14803ad398c106131558e512f207
master
Ricardo Wurmus 2024-04-17 17:48:00 +02:00
parent 20865b87ae
commit d3e8771e89
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -40882,14 +40882,14 @@ neighborhood graphs, and relatives.")
(define-public r-crul
(package
(name "r-crul")
(version "1.4.0")
(version "1.4.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "crul" version))
(sha256
(base32
"18n9ga0ah628k83qin75ys0wipc9dgc25xnafcj400jp85g42l4f"))))
"0is164bbdk5zy1gxrliiqzlmj47nvzsjym05ijzzs3zkj7qpfp20"))))
(properties `((upstream-name . "crul")))
(build-system r-build-system)
(propagated-inputs