GNU bug report logs - #60449
[PATCH staging] gnu: ucd: Update to 15.0.0.

Previous Next

Package: guix-patches;

Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>

Date: Sat, 31 Dec 2022 11:21:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vivien Kraus <vivien <at> planete-kraus.eu>
Subject: bug#60449: closed (Re: bug#60449: [PATCH staging] gnu: ucd:
 Update to 15.0.0.)
Date: Fri, 31 Mar 2023 03:58:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#60449: [PATCH staging] gnu: ucd: Update to 15.0.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 60449 <at> debbugs.gnu.org.

-- 
60449: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60449
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Vivien Kraus <vivien <at> planete-kraus.eu>
Cc: 60449-done <at> debbugs.gnu.org
Subject: Re: bug#60449: [PATCH staging] gnu: ucd: Update to 15.0.0.
Date: Thu, 30 Mar 2023 23:57:14 -0400
Hello,

Vivien Kraus <vivien <at> 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

[Message part 3 (message/rfc822, inline)]
From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: guix-patches <at> gnu.org
Subject: [PATCH staging] gnu: ucd: Update to 15.0.0.
Date: Sat, 31 Dec 2022 12:13:18 +0100
* 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



This bug report was last modified 2 years and 146 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.