mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: libxaw: Update to 1.0.14.
* gnu/packages/xorg.scm (libxaw): Update to 1.0.14.
This commit is contained in:
parent
ba8dd0cdd4
commit
cf45cc2ffb
1 changed files with 2 additions and 2 deletions
|
@ -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")))
|
||||
|
|
Loading…
Reference in a new issue