GNU bug report logs -
#63076
[PATCH] gnu: libunistring: Update to 1.1.
Previous Next
Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>
Date: Tue, 25 Apr 2023 21:39:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 23 Feb 2025 10:09:43 +0100
with message-id <87ldtxuiw8.fsf <at> nicolasgoaziou.fr>
and subject line Re: [PATCH] gnu: libunistring: Update to 1.1.
has caused the debbugs.gnu.org bug report #63076,
regarding [PATCH] gnu: libunistring: Update to 1.1.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
63076: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63076
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/libunistring.scm (libunistring): Update to 1.1.
---
gnu/packages/libunistring.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/libunistring.scm b/gnu/packages/libunistring.scm
index eccd053a35..f0b071f11c 100644
--- a/gnu/packages/libunistring.scm
+++ b/gnu/packages/libunistring.scm
@@ -35,7 +35,7 @@ (define-module (gnu packages libunistring)
(define-public libunistring
(package
(name "libunistring")
- (version "1.0")
+ (version "1.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -43,7 +43,7 @@ (define-public libunistring
version ".tar.xz"))
(sha256
(base32
- "0h97qx3c4970wvh25g51sjgz54xn37lrfy95dg97xmvmkys5basv"))))
+ "164vfbh3sf0qjcimjbnz4icqr9cai30dli8p2y5p6z3frfwiwz42"))))
(propagated-inputs (libiconv-if-needed))
(outputs '("out" "static"))
(build-system gnu-build-system)
base-commit: 74038cf66e3a8cdcd9d97a81d9176c3cdefdaaf7
--
2.39.2
[Message part 3 (message/rfc822, inline)]
Hello,
> This patch should go to core-updates, but I canât find the
> branch.
Apparently, libunistring is already at version 1.1 in Guix. Closing this
report.
Regards,
--
Nicolas Goaziou
This bug report was last modified 84 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.