diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-12-28 18:26:15 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2025-01-09 19:26:32 +0800 |
commit | d64d6caf9304021de4f37f1154271bea44ffec35 (patch) | |
tree | 98295b100f3136ee7ca81cc98b28fd950b6e3dbe | |
parent | a71d8d01a9879db4bd1b2670068ae37a7730a103 (diff) |
gnu: libxaw3d: Update to 1.6.6.
* gnu/packages/xorg.scm (libxaw3d): Update to 1.6.6.
Change-Id: I50be7b6289c12e15289731083ffdfc58c061eebc
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 2af87a15a9..0f0574821f 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5858,7 +5858,7 @@ user-friendly mechanism to start the X server.") (define-public libxaw3d (package (name "libxaw3d") - (version "1.6.4") + (version "1.6.6") (source (origin (method url-fetch) @@ -5868,7 +5868,7 @@ user-friendly mechanism to start the X server.") ".tar.xz")) (sha256 (base32 - "0484fn93jqjadc68gnrnjgx0pbgravq2i6ssbbrb13n69d9dy016")))) + "0il6vkm357c23wa39prhkaskrgxg080fggcbyaqidmjs2cvkw754")))) (build-system gnu-build-system) (propagated-inputs (list libxext libxmu libxt)) |