guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: dwl: Update to 0.3.1.


From: guix-commits
Subject: 09/10: gnu: dwl: Update to 0.3.1.
Date: Wed, 22 Jun 2022 06:36:08 -0400 (EDT)

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

commit 118660877e0c3c99fcaecf45bfb60e7092495cad
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Thu Jan 27 09:31:00 2022 +0100

    gnu: dwl: Update to 0.3.1.
    
    * gnu/packages/wm.scm (dwl): Update to 0.3.1.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 7424fb83d0..40da17b561 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1388,7 +1388,7 @@ project derived from the original Calm Window Manager.")
 (define-public dwl
   (package
     (name "dwl")
-    (version "0.2.1")
+    (version "0.3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1397,7 +1397,7 @@ project derived from the original Calm Window Manager.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0js8xjc2rx1ml6s58s90jrak5n7vh3kj5na2j4yy3qy0cb501xcm"))))
+                "0952kajc60ijy6qz14y6s5n7dyyf14ndzrhs4ynxj97k76742z2l"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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