[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/75: gnu: Add icu4c-75.
From: |
guix-commits |
Subject: |
28/75: gnu: Add icu4c-75. |
Date: |
Fri, 15 Nov 2024 21:44:05 -0500 (EST) |
z572 pushed a commit to branch qt-team
in repository guix.
commit f2b6beb6a149470cdae1fa4c681b799678b6cb73
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Aug 14 17:07:07 2024 +0800
gnu: Add icu4c-75.
* gnu/packages/icu4c.scm (icu4c-75): New variable.
Change-Id: Ief8063ecbebd12e755fd65a33d8a412f5b36f851
---
gnu/packages/icu4c.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/icu4c.scm b/gnu/packages/icu4c.scm
index 6f09fae65c..0ca917305d 100644
--- a/gnu/packages/icu4c.scm
+++ b/gnu/packages/icu4c.scm
@@ -10,6 +10,7 @@
;;; Copyright © 2020 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
+;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -132,6 +133,23 @@ C/C++ part.")
"icu4c-fix-TestHebrewCalendarInTemporalLeapYear.patch")
(origin-patches (package-source icu4c))))))))
+(define-public icu4c-75
+ (package
+ (inherit icu4c)
+ (name "icu4c")
+ (version "75.1")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+
"https://github.com/unicode-org/icu/releases/download/release-"
+ (string-map (lambda (x) (if (char=? x #\.) #\- x)) version)
+ "/icu4c-"
+ (string-map (lambda (x) (if (char=? x #\.) #\_ x)) version)
+ "-src.tgz"))
+ (sha256
+ (base32
+ "1vya31v549pq89kgr02jajwi7gc7qw0mv6n4265pxs6jwkrqv5nb"))))))
+
(define-public icu4c-70
(package
(inherit icu4c)
- 31/75: gnu: qtconnectivity: Rename to qtconnectivity-5., (continued)
- 31/75: gnu: qtconnectivity: Rename to qtconnectivity-5., guix-commits, 2024/11/15
- 33/75: gnu: Add python-setuptools-scm-next., guix-commits, 2024/11/15
- 44/75: gnu: qtbase-5: Update to 5.15.15., guix-commits, 2024/11/15
- 04/75: gnu: qtimageformats: Update to 6.7.2., guix-commits, 2024/11/15
- 05/75: gnu: qtdeclarative: Update to 6.7.2., guix-commits, 2024/11/15
- 19/75: gnu: qtpositioning: Update to 6.7.2., guix-commits, 2024/11/15
- 36/75: gnu: python-pyqt-builder: Update to 1.16.4., guix-commits, 2024/11/15
- 02/75: gnu: qt5compat: Update to 6.7.2., guix-commits, 2024/11/15
- 08/75: gnu: qtshadertools: Update to 6.7.2., guix-commits, 2024/11/15
- 22/75: gnu: qthttpserver: Update to 6.7.2., guix-commits, 2024/11/15
- 28/75: gnu: Add icu4c-75.,
guix-commits <=
- 29/75: gnu: qtwebengine: Update to 6.7.2., guix-commits, 2024/11/15
- 39/75: gnu: python-pyqt5-sip: Update to 12.15.0., guix-commits, 2024/11/15
- 35/75: gnu: python-pyqt6-sip: Update to 13.8.0., guix-commits, 2024/11/15
- 65/75: gnu: qtgraphicaleffects: Update to 5.15.15., guix-commits, 2024/11/15
- 67/75: gnu: qtscxml-5: Update to 5.15.15., guix-commits, 2024/11/15
- 63/75: gnu: qtquickcontrols-5: Update to 5.15.15., guix-commits, 2024/11/15
- 54/75: gnu: qtwayland-5: Update to 5.15.15., guix-commits, 2024/11/15
- 68/75: gnu: qtpurchasing: Update to 5.15.15., guix-commits, 2024/11/15
- 56/75: gnu: qtserialbus: Update to 5.15.15., guix-commits, 2024/11/15
- 70/75: gnu: qtdatavis3d: Update to 5.15.15., guix-commits, 2024/11/15