guix_mirror_bot pushed a commit to branch world-rebuild
in repository guix.

commit ebaffa46f161f7ca52f448e62af2d30f9f73bd93
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jun 20 01:08:27 2026 +0800

    gnu: libedit: Update to 20260512-3.1.
    
    * gnu/packages/libedit.scm (libedit): Update to 20260512-3.1.
      [arguments]: Remove it.
    
    Merges: https://codeberg.org/guix/guix/pulls/10244
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 gnu/packages/libedit.scm | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/libedit.scm b/gnu/packages/libedit.scm
index 27deb772fe..b4256b7e06 100644
--- a/gnu/packages/libedit.scm
+++ b/gnu/packages/libedit.scm
@@ -33,19 +33,15 @@
 (define-public libedit
   (package
     (name "libedit")
-    (version "20191231-3.1")
+    (version "20260512-3.1")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "https://thrysoee.dk/editline";
                           "/libedit-" version ".tar.gz"))
       (sha256
-       (base32 "0wch48nml28jj6ild889745dsg2agm7mpvrmbl1gi98nw6vjrf6v"))))
+       (base32 "18547v10g6g8mhkaazmplvx7gv8f3p0ppjifkz9ns4dhm1z5wba3"))))
     (build-system gnu-build-system)
-    (arguments
-     (list
-      #:configure-flags
-      #~(list "CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types")))
     (inputs
      (list ncurses))
     (home-page "https://thrysoee.dk/editline/";)

Reply via email to