guix-commits
[Top][All Lists]
Advanced

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

39/214: gnu: r-uuid: Update to 1.1-0.


From: guix-commits
Subject: 39/214: gnu: r-uuid: Update to 1.1-0.
Date: Sat, 28 May 2022 04:37:16 -0400 (EDT)

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

commit 976d4929f571ebb60ab81e879d7b4c026a58bd30
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:18 2022 +0200

    gnu: r-uuid: Update to 1.1-0.
    
    * gnu/packages/cran.scm (r-uuid): Update to 1.1-0.
---
 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 9abe6965f2..7f70a4abd5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6648,14 +6648,14 @@ packages that work with genomic data.")
 (define-public r-uuid
   (package
     (name "r-uuid")
-    (version "1.0-4")
+    (version "1.1-0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "uuid" version))
        (sha256
         (base32
-         "08j3ylf49l9qslhlcxvix3mqw6hh8kxainnklv0qmwmwj6q6i5i8"))))
+         "0bzlc2knmr338h4ykx8v8c2a1inizxafj8rh13kwii68gpp50nz7"))))
     (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]