[PATCH] gnu: libidn: Update to 1.43.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Andy Tai
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

A
A
Andy Tai wrote on 21 Mar 23:40 -0700
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
b1bbc5914c68273a254057277c0745be5fbbf679.1742625628.git.atai@atai.org
* gnu/packages/libidn.scm (libidn): Update to 1.43.

Change-Id: I6a1c6b5ed22da4cf88dc063e598ca200c97ee329
---
gnu/packages/libidn.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/libidn.scm b/gnu/packages/libidn.scm
index 80350db4952..bda882983fd 100644
--- a/gnu/packages/libidn.scm
+++ b/gnu/packages/libidn.scm
@@ -34,14 +34,14 @@ (define-module (gnu packages libidn)
(define-public libidn
(package
(name "libidn")
- (version "1.41")
+ (version "1.43")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/libidn/libidn-" version
".tar.gz"))
(sha256
(base32
- "0ic9zlqqppwaqr3i0r8lb8f47rrazzc8d5pfgg8vs6mqciip0kc8"))))
+ "0r6ih8s48flnjqsfyi566gdhq4s1wykg6f76s0wja6q45p0n5imx"))))
(build-system gnu-build-system)
;; FIXME: No Java and C# libraries are currently built.
(arguments

base-commit: e12455a5e8d524c5c3fba1ae56ebc6819b4f9320
--
2.43.0
A
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 77165@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 77165
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