gnu: libxaw: Update to 1.0.14.

* gnu/packages/xorg.scm (libxaw): Update to 1.0.14.
This commit is contained in:
Marius Bakke 2021-05-16 15:41:48 +02:00
parent ba8dd0cdd4
commit cf45cc2ffb
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5621,7 +5621,7 @@ (define-public libxt
(define-public libxaw
(package
(name "libxaw")
(version "1.0.13")
(version "1.0.14")
(source
(origin
(method url-fetch)
@ -5631,7 +5631,7 @@ (define-public libxaw
".tar.bz2"))
(sha256
(base32
"1kdhxplwrn43d9jp3v54llp05kwx210lrsdvqb6944jp29rhdy4f"))))
"13kg59r3086383g1dyhnwxanhp2frssh9062mrgn34nzlf7gkbkn"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))