rekado pushed a commit to branch master
in repository guix.
commit 54cfe070e5344ba70e2aa07fc5df7381efc2435f
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Aug 28 14:16:19 2023 +0200
gnu: r-uuid: Update to 1.1-1.
* gnu/packages/cran.scm (r-uuid): Update to 1.1-1.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 61dba52f24..2cb6ad3609 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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")