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

* gnu/packages/cran.scm (r-uuid): Update to 1.1-1.
This commit is contained in:
Ricardo Wurmus 2023-08-28 14:16:19 +02:00
parent 6c2267d918
commit 54cfe070e5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

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