all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vivien Kraus via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 63076@debbugs.gnu.org
Subject: bug#63076: [PATCH] gnu: libunistring: Update to 1.1.
Date: Tue, 25 Apr 2023 23:36:03 +0200	[thread overview]
Message-ID: <591834786ca4cc98350f96750bd476b0f21fc833.1682458630.git.vivien@planete-kraus.eu> (raw)

* 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




             reply	other threads:[~2023-04-26  0:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-25 21:36 Vivien Kraus via Bug reports for GNU Guix [this message]
2023-04-25 21:40 ` bug#63076: This is for core-updates Vivien Kraus via Bug reports for GNU Guix

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=591834786ca4cc98350f96750bd476b0f21fc833.1682458630.git.vivien@planete-kraus.eu \
    --to=bug-guix@gnu.org \
    --cc=63076@debbugs.gnu.org \
    --cc=vivien@planete-kraus.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.