[PATCH] gnu: libunistring: Update to 1.1.

  • Open
  • quality assurance status badge
Details
One participant
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal
V
V
Vivien Kraus wrote on 25 Apr 2023 23:36
(address . bug-guix@gnu.org)
591834786ca4cc98350f96750bd476b0f21fc833.1682458630.git.vivien@planete-kraus.eu
* gnu/packages/libunistring.scm (libunistring): Update to 1.1.
---
gnu/packages/libunistring.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
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
V
V
Vivien Kraus wrote on 25 Apr 2023 23:40
This is for core-updates
(address . 63076@debbugs.gnu.org)
00ecf583a1e19502c4d198fa49de7a923f1b7afd.camel@planete-kraus.eu
Hello,

This patch should go to core-updates, but I can’t find the branch.

Best regards,

Vivien
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 63076@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63076
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch