diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-17 23:09:47 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-17 23:09:47 +0100 |
commit | 20a87c1ed22fbf921c49400c01f48793177816bb (patch) | |
tree | 64bade261772410470381a04cc7e18107842cba6 /gnu | |
parent | b50cd1276cdcc8f89ce939c05e6aafd264d080ca (diff) | |
download | guix-20a87c1ed22fbf921c49400c01f48793177816bb.tar.gz guix-20a87c1ed22fbf921c49400c01f48793177816bb.zip |
gnu: r-uuid: Update to 1.2-0.
* gnu/packages/cran.scm (r-uuid): Update to 1.2-0.
Change-Id: I3d2356a962353c052871f3876ff3b0b7176c6c30
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index da6f35db07..4c18118142 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -10321,14 +10321,14 @@ their own grammars and easily expose them in R packages.") (define-public r-uuid (package (name "r-uuid") - (version "1.1-1") + (version "1.2-0") (source (origin (method url-fetch) (uri (cran-uri "uuid" version)) (sha256 (base32 - "05mpmgvrfsbm3s593l1fnx8z345djbvrqp5j00sgbrh6nw72848n")))) + "1z9a4b7hkymkwjq69d00myy5xw8kl9g99f4m2y4lxqqjz0a0lwbk")))) (build-system r-build-system) (home-page "https://www.rforge.net/uuid") (synopsis "Tools for generating and handling of UUIDs") |