This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch next-master
in repository guix.

The following commit(s) were added to refs/heads/next-master by this push:
     new 8963d5c154 gnu: libredwg: Update to 0.13.3.
8963d5c154 is described below

commit 8963d5c154f4f435553cb61877f40a6aaca5abf6
Author: Cayetano Santos <[email protected]>
AuthorDate: Sat Jan 24 09:02:41 2026 +0100

    gnu: libredwg: Update to 0.13.3.
    
    * gnu/packages/engineering.scm (libredwg): Update to 0.13.3.
    [arguments]: Update #:configure-flags.
    
    Change-Id: I969204721486ccd4bf8271ce4e7237faeaa596ee
---
 gnu/packages/engineering.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 6aa9bd6ddd..b3c2992b63 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1588,19 +1588,20 @@ use on a given system.")
 (define-public libredwg
   (package
     (name "libredwg")
-    (version "0.12.5")
+    (version "0.13.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://gnu/libredwg/libredwg-"
                            version ".tar.xz"))
        (sha256
-        (base32 "1gginbl76vmpccjwx93cmg8ibap8l40swly3bjv7rhmdwv6ikpnk"))))
+        (base32 "0vl1x20zw4nafw86f98w5i5sry7krvj20igzh6j7fivlibkzdwc3"))))
     (build-system gnu-build-system)
     (arguments
      (list
       #:configure-flags
       #~(list "--disable-bindings"
+              "--disable-write"         ;check fails, see README
               #$(string-append "CFLAGS="
                                " -Wno-error=implicit-function-declaration"))))
     (native-inputs

Reply via email to