guix-commits
[Top][All Lists]
Advanced

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

276/416: gnu: ucd: Update to 15.0.0.


From: guix-commits
Subject: 276/416: gnu: ucd: Update to 15.0.0.
Date: Fri, 14 Apr 2023 15:26:04 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 87947c19396e44d2c1338813a33288547353bba2
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Thu Mar 30 23:31:03 2023 -0400

    gnu: ucd: Update to 15.0.0.
    
    * gnu/packages/unicode.scm (ucd): Update to 15.0.0.
---
 gnu/packages/unicode.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/unicode.scm b/gnu/packages/unicode.scm
index 3a6d0750bf..23f08a2aab 100644
--- a/gnu/packages/unicode.scm
+++ b/gnu/packages/unicode.scm
@@ -77,14 +77,14 @@ renderer.")
 (define-public ucd
   (package
     (name "ucd")
-    (version "14.0.0")
+    (version "15.0.0")
     (source
      (origin
        (method url-fetch/zipbomb)
        (uri (string-append "https://www.unicode.org/Public/zipped/"; version
                            "/UCD.zip"))
        (sha256
-        (base32 "001nq9w52ijma0vps40xwy2q6ylpyf1393lzb128ibypnmv54fh3"))))
+        (base32 "133inqn33hcfvylmps63yjr6rrqrfq6x7a5hr5fd51z6yc0f9gaz"))))
     (build-system copy-build-system)
     (arguments
      '(#:install-plan



reply via email to

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