gnu: r-uuid: Update to 1.2-1.

* gnu/packages/cran.scm (r-uuid): Update to 1.2-1.

Change-Id: Id1eee4221740a06c92203342f816d858baf7c0e0
This commit is contained in:
Ricardo Wurmus 2024-08-16 18:33:51 +02:00
parent 67f4d90af3
commit 09e47b2cb7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -11433,14 +11433,14 @@ their own grammars and easily expose them in R packages.")
(define-public r-uuid
(package
(name "r-uuid")
(version "1.2-0")
(version "1.2-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "uuid" version))
(sha256
(base32
"1z9a4b7hkymkwjq69d00myy5xw8kl9g99f4m2y4lxqqjz0a0lwbk"))))
"15jbzj0i4qphakbi8s9yk55lm8z9s2vhgp5bj77sfvkx7mrlj3pr"))))
(build-system r-build-system)
(home-page "https://www.rforge.net/uuid")
(synopsis "Tools for generating and handling of UUIDs")