guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

31/34: gnu: libxaw: Update to 1.0.14.


From: guix-commits
Subject: 31/34: gnu: libxaw: Update to 1.0.14.
Date: Sat, 22 May 2021 11:16:35 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit cf45cc2ffbca77778a99894c9a8ef1702d600686
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun May 16 15:41:48 2021 +0200

    gnu: libxaw: Update to 1.0.14.
    
    * gnu/packages/xorg.scm (libxaw): Update to 1.0.14.
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 4d893d4..265ce81 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5621,7 +5621,7 @@ draggable titlebars and borders.")
 (define-public libxaw
   (package
     (name "libxaw")
-    (version "1.0.13")
+    (version "1.0.14")
     (source
       (origin
         (method url-fetch)
@@ -5631,7 +5631,7 @@ draggable titlebars and borders.")
                ".tar.bz2"))
         (sha256
           (base32
-            "1kdhxplwrn43d9jp3v54llp05kwx210lrsdvqb6944jp29rhdy4f"))))
+            "13kg59r3086383g1dyhnwxanhp2frssh9062mrgn34nzlf7gkbkn"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]