gnu: libredwg: Update to 0.12.4.
* gnu/packages/engineering.scm (libredwg): Update to 0.12.4.
This commit is contained in:
parent
f378f1d05f
commit
76fbc25a94
1 changed files with 2 additions and 2 deletions
|
@ -1233,14 +1233,14 @@ use on a given system.")
|
||||||
(define-public libredwg
|
(define-public libredwg
|
||||||
(package
|
(package
|
||||||
(name "libredwg")
|
(name "libredwg")
|
||||||
(version "0.12.3")
|
(version "0.12.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/libredwg/libredwg-"
|
(uri (string-append "mirror://gnu/libredwg/libredwg-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vhm3r3zr8hh0jbvv6qdykh1x14r4c1arl1qj48i4cx2dd3366mk"))))
|
(base32 "05v5k8fkx4z1p81x9kna7nlzmyx09dn686rj2zprnkf337qmg24i"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--disable-bindings")))
|
`(#:configure-flags '("--disable-bindings")))
|
||||||
|
|
Reference in a new issue