me
/
guix
Archived
1
0
Fork 0

gnu: libxaw3d: Update to 1.6.4.

* gnu/packages/xorg.scm (libxaw3d): Update to 1.6.4.
Efraim Flashner 2023-01-31 12:08:36 +02:00
parent 371a19c742
commit de4675d558
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -5846,17 +5846,17 @@ user-friendly mechanism to start the X server.")
(define-public libxaw3d
(package
(name "libxaw3d")
(version "1.6.3")
(version "1.6.4")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libXaw3d-"
version
".tar.bz2"))
".tar.xz"))
(sha256
(base32
"0i653s8g25cc0mimkwid9366bqkbyhdyjhckx7bw77j20hzrkfid"))))
"0484fn93jqjadc68gnrnjgx0pbgravq2i6ssbbrb13n69d9dy016"))))
(build-system gnu-build-system)
(propagated-inputs
(list libxext libxmu libxt))