unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60449] [PATCH staging] gnu: ucd: Update to 15.0.0.
@ 2022-12-31 11:13 Vivien Kraus via Guix-patches via
  2023-03-31  3:57 ` bug#60449: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2022-12-31 11:13 UTC (permalink / raw)
  To: 60449

* 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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#60449: [PATCH staging] gnu: ucd: Update to 15.0.0.
  2022-12-31 11:13 [bug#60449] [PATCH staging] gnu: ucd: Update to 15.0.0 Vivien Kraus via Guix-patches via
@ 2023-03-31  3:57 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2023-03-31  3:57 UTC (permalink / raw)
  To: Vivien Kraus; +Cc: 60449-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-31  3:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-31 11:13 [bug#60449] [PATCH staging] gnu: ucd: Update to 15.0.0 Vivien Kraus via Guix-patches via
2023-03-31  3:57 ` bug#60449: " Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).