summaryrefslogtreecommitdiff
path: root/nongnu/packages/dotnet.scm
diff options
context:
space:
mode:
authorJelle Licht <jlicht@fsfe.org>2025-03-02 21:31:27 +0100
committerJelle Licht <jlicht@fsfe.org>2025-03-02 21:31:27 +0100
commit6e79d39f306e0316e23dfbeffa32f0b5a15216f1 (patch)
treeb1db981ab811c438781dff0eef2b4dd0b3f82eef /nongnu/packages/dotnet.scm
parentcca278a55370a9a4e34b3011a5c1aacc78efeb66 (diff)
nongnu: dotnet: Rename icu4c to icu4c-71.test
* nongnu/packages/dotnet.scm (dotnet)[inputs]: Rename icu4c to icu4c-71. On gnome-team icu4c was updated to version 73.
Diffstat (limited to 'nongnu/packages/dotnet.scm')
-rw-r--r--nongnu/packages/dotnet.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/nongnu/packages/dotnet.scm b/nongnu/packages/dotnet.scm
index c60f0fc..8122dee 100644
--- a/nongnu/packages/dotnet.scm
+++ b/nongnu/packages/dotnet.scm
@@ -177,7 +177,7 @@ various IDEs and plugins.")
177 (files '("share/dotnet"))))) 177 (files '("share/dotnet")))))
178 (inputs 178 (inputs
179 `(("gcc:lib" ,gcc "lib") 179 `(("gcc:lib" ,gcc "lib")
180 ("icu4c" ,icu4c) 180 ("icu4c" ,icu4c-71)
181 ("lttng-ust" ,lttng-ust) 181 ("lttng-ust" ,lttng-ust)
182 ("mit-krb5" ,mit-krb5) 182 ("mit-krb5" ,mit-krb5)
183 ("openssl" ,openssl) 183 ("openssl" ,openssl)
@@ -287,7 +287,7 @@ building different types of applications.")
287 (inputs 287 (inputs
288 `(("gcc:lib" ,gcc "lib") 288 `(("gcc:lib" ,gcc "lib")
289 ("glibc", glibc) 289 ("glibc", glibc)
290 ("icu4c" ,icu4c) 290 ("icu4c" ,icu4c-71)
291 ("lttng-ust" ,lttng-ust) 291 ("lttng-ust" ,lttng-ust)
292 ("mit-krb5" ,mit-krb5) 292 ("mit-krb5" ,mit-krb5)
293 ("openssl" ,openssl) 293 ("openssl" ,openssl)