mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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
|
||||
(package
|
||||
(name "libxaw")
|
||||
(version "1.0.12")
|
||||
(version "1.0.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5096,7 +5096,7 @@ (define-public libxaw
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xnv7jy86j9vhmw74frkzcraynqbw1p1s79jasargsgwfi433z4n"))))
|
||||
"1kdhxplwrn43d9jp3v54llp05kwx210lrsdvqb6944jp29rhdy4f"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("libxext" ,libxext)
|
||||
|
|
Loading…
Reference in a new issue