diff options
author | Jelle Licht <jlicht@fsfe.org> | 2025-03-02 21:31:27 +0100 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2025-03-02 21:31:27 +0100 |
commit | 6e79d39f306e0316e23dfbeffa32f0b5a15216f1 (patch) | |
tree | b1db981ab811c438781dff0eef2b4dd0b3f82eef | |
parent | cca278a55370a9a4e34b3011a5c1aacc78efeb66 (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.
-rw-r--r-- | nongnu/packages/dotnet.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nongnu/packages/dotnet.scm b/nongnu/packages/dotnet.scm index c60f0fc1..8122dee1 100644 --- a/nongnu/packages/dotnet.scm +++ b/nongnu/packages/dotnet.scm @@ -177,7 +177,7 @@ various IDEs and plugins.") (files '("share/dotnet"))))) (inputs `(("gcc:lib" ,gcc "lib") - ("icu4c" ,icu4c) + ("icu4c" ,icu4c-71) ("lttng-ust" ,lttng-ust) ("mit-krb5" ,mit-krb5) ("openssl" ,openssl) @@ -287,7 +287,7 @@ building different types of applications.") (inputs `(("gcc:lib" ,gcc "lib") ("glibc", glibc) - ("icu4c" ,icu4c) + ("icu4c" ,icu4c-71) ("lttng-ust" ,lttng-ust) ("mit-krb5" ,mit-krb5) ("openssl" ,openssl) |