1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-10 00:01:31 +02:00

gnu: libxaw: Update to 1.0.13.

* gnu/packages/xorg.scm (libxaw): Update to 1.0.13.
This commit is contained in:
Andy Wingo
2016-02-18 21:33:30 +01:00
committed by Mark H Weaver
parent ea9763dae0
commit d0a6437f7d
+2 -2
View File
@@ -5086,7 +5086,7 @@ draggable titlebars and borders.")
(define-public libxaw
(package
(name "libxaw")
(version "1.0.12")
(version "1.0.13")
(source
(origin
(method url-fetch)
@@ -5096,7 +5096,7 @@ draggable titlebars and borders.")
".tar.bz2"))
(sha256
(base32
"1xnv7jy86j9vhmw74frkzcraynqbw1p1s79jasargsgwfi433z4n"))))
"1kdhxplwrn43d9jp3v54llp05kwx210lrsdvqb6944jp29rhdy4f"))))
(build-system gnu-build-system)
(propagated-inputs
`(("libxext" ,libxext)