guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: dwl: Update to 0.2.1.


From: guix-commits
Subject: 05/07: gnu: dwl: Update to 0.2.1.
Date: Wed, 13 Oct 2021 17:37:33 -0400 (EDT)

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

commit ea63b90c6b54e09cc0d2e72a195691700d35cfeb
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Oct 13 22:12:47 2021 +0200

    gnu: dwl: Update to 0.2.1.
    
    * gnu/packages/wm.scm (dwl): Update to 0.2.1.
---
 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 7f2521b..74cefc4 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1343,7 +1343,7 @@ project derived from the original Calm Window Manager.")
 (define-public dwl
   (package
     (name "dwl")
-    (version "0.2")
+    (version "0.2.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1352,7 +1352,7 @@ project derived from the original Calm Window Manager.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0r5hsxpckkrq1y7bjfq58rlc5xy45z499rg628q3nh289978ail1"))))
+                "0js8xjc2rx1ml6s58s90jrak5n7vh3kj5na2j4yy3qy0cb501xcm"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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