guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

22/146: gnu: r-uuid: Update to 1.0-4.


From: guix-commits
Subject: 22/146: gnu: r-uuid: Update to 1.0-4.
Date: Mon, 11 Apr 2022 17:08:27 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit f1fb06184fea52d9b45b549cd68195aeec5e0373
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 11 18:01:07 2022 +0200

    gnu: r-uuid: Update to 1.0-4.
    
    * gnu/packages/cran.scm (r-uuid): Update to 1.0-4.
---
 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 25f1c5a377..7ef8365863 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6460,14 +6460,14 @@ packages that work with genomic data.")
 (define-public r-uuid
   (package
     (name "r-uuid")
-    (version "1.0-3")
+    (version "1.0-4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "uuid" version))
        (sha256
         (base32
-         "0il35jnci537r8zkinyiy5jp5q530p85ln6dswpj884zclrlcvj5"))))
+         "08j3ylf49l9qslhlcxvix3mqw6hh8kxainnklv0qmwmwj6q6i5i8"))))
     (build-system r-build-system)
     (home-page "https://www.rforge.net/uuid";)
     (synopsis "Tools for generating and handling of UUIDs")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]