gnu: libredwg: Update to 0.12.4.

* gnu/packages/engineering.scm (libredwg): Update to 0.12.4.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-25 16:20:09 +02:00
parent f378f1d05f
commit 76fbc25a94
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -1233,14 +1233,14 @@ use on a given system.")
(define-public libredwg
(package
(name "libredwg")
(version "0.12.3")
(version "0.12.4")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/libredwg/libredwg-"
version ".tar.xz"))
(sha256
(base32 "1vhm3r3zr8hh0jbvv6qdykh1x14r4c1arl1qj48i4cx2dd3366mk"))))
(base32 "05v5k8fkx4z1p81x9kna7nlzmyx09dn686rj2zprnkf337qmg24i"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-bindings")))