mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: libxaw: Update to 1.0.13.
* gnu/packages/xorg.scm (libxaw): Update to 1.0.13.
This commit is contained in:
parent
ea9763dae0
commit
d0a6437f7d
1 changed files with 2 additions and 2 deletions
|
@ -5086,7 +5086,7 @@ (define-public libxt
|
||||||
(define-public libxaw
|
(define-public libxaw
|
||||||
(package
|
(package
|
||||||
(name "libxaw")
|
(name "libxaw")
|
||||||
(version "1.0.12")
|
(version "1.0.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5096,7 +5096,7 @@ (define-public libxaw
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xnv7jy86j9vhmw74frkzcraynqbw1p1s79jasargsgwfi433z4n"))))
|
"1kdhxplwrn43d9jp3v54llp05kwx210lrsdvqb6944jp29rhdy4f"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("libxext" ,libxext)
|
`(("libxext" ,libxext)
|
||||||
|
|
Loading…
Reference in a new issue