guix-commits
[Top][All Lists]
Advanced

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

08/32: gnu: r-uuid: Update to 0.1-4.


From: guix-commits
Subject: 08/32: gnu: r-uuid: Update to 0.1-4.
Date: Sun, 1 Mar 2020 17:21:33 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f7dc4f7bfd36acd094d49a68d93b5c0db490add2
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sun Mar 1 22:49:11 2020 +0100

    gnu: r-uuid: Update to 0.1-4.
    
    * gnu/packages/cran.scm (r-uuid): Update to 0.1-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 ac1b356..9eb420d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4128,14 +4128,14 @@ terminals.")
 (define-public r-uuid
   (package
     (name "r-uuid")
-    (version "0.1-2")
+    (version "0.1-4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "uuid" version))
        (sha256
         (base32
-         "1gmisd630fc8ybg845hbg13wmm3pk3npaamrh5wqbc1nqd6p0wfx"))))
+         "0gm9ii7ncvllxbvyk6srsiinjmqyj7lmh84w43x4nhqpvafj9q4q"))))
     (build-system r-build-system)
     (home-page "http://www.rforge.net/uuid";)
     (synopsis "Tools for generating and handling of UUIDs")



reply via email to

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