all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 69367@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#69367] [PATCH v3] gnu: libunistring: Update to 1.2
Date: Thu, 25 Apr 2024 02:31:06 -0700	[thread overview]
Message-ID: <63db45c6345bec85fa6408d773d4aebdd82e1987.1714037433.git.atai@atai.org> (raw)
In-Reply-To: <5e1381a36d2c0943d0874a1c7b8cf1b73c6d7d07.1708841382.git.atai@atai.org>

* gnu/packages/libunistring.scm (libunistring): Update to 1.2

Change-Id: Ibe8191a42ffabaa151f47f2e79734e43b0c8c418
---
 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..a67e149e14 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.2")
    (source (origin
             (method url-fetch)
             (uri (string-append
@@ -43,7 +43,7 @@ (define-public libunistring
                   version ".tar.xz"))
             (sha256
              (base32
-              "0h97qx3c4970wvh25g51sjgz54xn37lrfy95dg97xmvmkys5basv"))))
+              "0i6wvks6abndxn6bzpfpbjyirg98qh0i16ihl2l1r22asxgdcav3"))))
    (propagated-inputs (libiconv-if-needed))
    (outputs '("out" "static"))
    (build-system gnu-build-system)

base-commit: 4514239971895fc7ad47c7752e30d98a0c44a154
-- 
2.41.0





      parent reply	other threads:[~2024-04-25  9:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-25  6:10 [bug#69367] [PATCH] gnu: libunistring: Update to 1.2 Andy Tai
2024-03-05  5:43 ` [bug#69367] [PATCH v2] " Andy Tai
2024-04-25  9:31 ` Andy Tai [this message]

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=63db45c6345bec85fa6408d773d4aebdd82e1987.1714037433.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=69367@debbugs.gnu.org \
    /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.