guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: ucd-next: Update to 15.0.0.


From: guix-commits
Subject: 02/06: gnu: ucd-next: Update to 15.0.0.
Date: Sun, 15 Jan 2023 02:02:32 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit e554f101efb8ea180fd0e2dcd49c5e111b0ed677
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Sat Dec 31 18:34:35 2022 +0100

    gnu: ucd-next: Update to 15.0.0.
    
    * gnu/packages/unicode.scm (ucd-next): Update to 15.0.0.
    [name]: Rename to “ucd”.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/unicode.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/unicode.scm b/gnu/packages/unicode.scm
index 5b5900f2ba..857af13d71 100644
--- a/gnu/packages/unicode.scm
+++ b/gnu/packages/unicode.scm
@@ -100,8 +100,8 @@ test data for conformance to several important Unicode 
algorithms.")
 (define-public ucd-next
   (package
     (inherit ucd)
-    (name "ucd-next")
-    (version "14.0.0")
+    (name "ucd")
+    (version "15.0.0")
     (source
      (origin
        (method url-fetch/zipbomb)
@@ -109,7 +109,7 @@ test data for conformance to several important Unicode 
algorithms.")
                            "/UCD.zip"))
        (sha256
         (base32
-         "001nq9w52ijma0vps40xwy2q6ylpyf1393lzb128ibypnmv54fh3"))))))
+         "133inqn33hcfvylmps63yjr6rrqrfq6x7a5hr5fd51z6yc0f9gaz"))))))
 
 (define (unicode-emoji-file name version hash)
   (origin



reply via email to

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