GNU bug report logs - #63076
[PATCH] gnu: libunistring: Update to 1.1.

Previous Next

Package: guix;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vivien Kraus <vivien <at> planete-kraus.eu>
Subject: bug#63076: closed (Re: [PATCH] gnu: libunistring: Update to 1.1.)
Date: Sun, 23 Feb 2025 09:11:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#63076: [PATCH] gnu: libunistring: Update to 1.1.

which was filed against the guix package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 63076 <at> debbugs.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)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 63076-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: libunistring: Update to 1.1.
Date: Sun, 23 Feb 2025 10:09:43 +0100
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



[Message part 3 (message/rfc822, inline)]
From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: bug-guix <at> gnu.org
Subject: [PATCH] gnu: libunistring: Update to 1.1.
Date: Tue, 25 Apr 2023 23:36:03 +0200
* 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



This bug report was last modified 116 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.