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

  • Done
  • quality assurance status badge
Details
2 participants
  • Maxim Cournoyer
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal
V
V
Vivien Kraus wrote on 31 Dec 2022 12:13
(address . guix-patches@gnu.org)
dfe16315a075a05a3cd7448cb22811cb8269ba16.camel@planete-kraus.eu
* 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(-)

Toggle diff (43 lines)
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
M
M
Maxim Cournoyer wrote on 31 Mar 2023 05:57
(name . Vivien Kraus)(address . vivien@planete-kraus.eu)(address . 60449-done@debbugs.gnu.org)
877cuxy3mt.fsf@gmail.com
Hello,

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

Toggle quote (3 lines)
> * 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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 60449@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 60449
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch