emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#60449: closed ([PATCH staging] gnu: ucd: Update to 15.0.0.)


From: GNU bug Tracking System
Subject: bug#60449: closed ([PATCH staging] gnu: ucd: Update to 15.0.0.)
Date: Fri, 31 Mar 2023 03:58:02 +0000

Your message dated Thu, 30 Mar 2023 23:57:14 -0400
with message-id <877cuxy3mt.fsf@gmail.com>
and subject line Re: bug#60449: [PATCH staging] gnu: ucd: Update to 15.0.0.
has caused the debbugs.gnu.org bug report #60449,
regarding [PATCH staging] gnu: ucd: Update to 15.0.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60449: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60449
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH staging] gnu: ucd: Update to 15.0.0. Date: Sat, 31 Dec 2022 12:13:18 +0100 User-agent: Evolution 3.46.0
* gnu/packages/unicode.scm (ucd): Update to 15.0.0.
(ucd-next): Update to 15.0.0.
---
 gnu/packages/unicode.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/unicode.scm b/gnu/packages/unicode.scm
index bda0de04cc..f8e12dbb05 100644
--- a/gnu/packages/unicode.scm
+++ b/gnu/packages/unicode.scm
@@ -78,14 +78,14 @@ (define-public libunibreak
 (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
@@ -102,7 +102,7 @@ (define-public ucd-next
   (package
     (inherit ucd)
     (name "ucd-next")
-    (version "14.0.0")
+    (version "15.0.0")
     (source
      (origin
        (method url-fetch/zipbomb)
@@ -110,7 +110,7 @@ (define-public ucd-next
                            "/UCD.zip"))
        (sha256
         (base32
-         "001nq9w52ijma0vps40xwy2q6ylpyf1393lzb128ibypnmv54fh3"))))))
+         "133inqn33hcfvylmps63yjr6rrqrfq6x7a5hr5fd51z6yc0f9gaz"))))))
 
 (define (unicode-emoji-file name version hash)
   (origin

base-commit: ec0fbb471dfc6f72796da9ebafbb0630daa91267
-- 
2.38.1



--- End Message ---
--- Begin Message --- Subject: Re: bug#60449: [PATCH staging] gnu: ucd: Update to 15.0.0. Date: Thu, 30 Mar 2023 23:57:14 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

Vivien Kraus <vivien@planete-kraus.eu> writes:

> * gnu/packages/unicode.scm (ucd): Update to 15.0.0.
> (ucd-next): Update to 15.0.0.

Installed; I removed ucd-next in a prior commit.

-- 
Thanks,
Maxim


--- End Message ---

reply via email to

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