guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: jwm: Update to 2.4.6.


From: guix-commits
Subject: branch master updated: gnu: jwm: Update to 2.4.6.
Date: Sun, 05 Jan 2025 23:03:39 -0500

This is an automated email from the git hooks/post-receive script.

jgart pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7a7c01b393 gnu: jwm: Update to 2.4.6.
7a7c01b393 is described below

commit 7a7c01b393ecb20dff142b9ea9bf8317e994bef2
Author: Feng Shu <tumashu@163.com>
AuthorDate: Mon Jan 6 11:00:34 2025 +0800

    gnu: jwm: Update to 2.4.6.
    
    * gnu/packages/wm.scm (jwm): Update to 2.4.6.
    
    Change-Id: I6e77b1a67e81f65c173247aaba9768bcd9a9ca8e
    Signed-off-by: jgart <jgart@dismail.de>
---
 gnu/packages/wm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index b5fd2307d5..c44e67d975 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -3554,7 +3554,7 @@ capabilities.  It is heavily inspired by the Calm Window 
manager(cwm).")
 (define-public jwm
   (package
     (name "jwm")
-    (version "2.4.3")
+    (version "2.4.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3562,7 +3562,7 @@ capabilities.  It is heavily inspired by the Calm Window 
manager(cwm).")
                     "v" version "/jwm-" version ".tar.xz"))
               (sha256
                (base32
-                "1av7r9sp26r5l74zvwdmyyyzav29mw5bafihp7y33vsjqkh4wfzf"))))
+                "0bc0vnaz3pk8msrslpj5ii4iv4fc4iayv0rbl8zlnn8phg11x1xm"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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