summary refs log tree commit diff
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-11-12 14:33:33 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-11-15 18:51:13 +0800
commit193c879f20b8b1504185805591f2f56f4a8f7fe1 (patch)
tree9f4a5f35fcc5d9c8cb6ca1e1d2642a1943bd67be
parent773aa7a60b73d51869900ab23f86259965c21a28 (diff)
downloadguix-193c879f20b8b1504185805591f2f56f4a8f7fe1.tar.gz
gnu: dwl: Update to 0.7.
* gnu/packages/wm.scm (dwl): Update to 0.7.

Change-Id: Ib1a4748035dd04070df99818ec9fa3a80e716971
-rw-r--r--gnu/packages/wm.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index f81c15ba94..822fa1ef98 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1597,7 +1597,7 @@ started automatically on the first call via D-Bus.")
 (define-public dwl
   (package
     (name "dwl")
-    (version "0.6")
+    (version "0.7")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1606,7 +1606,7 @@ started automatically on the first call via D-Bus.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1j7lmp6k80g54hrsmwixh8ahpnbax4khgiybg8lhlvmq93618a3z"))))
+                "0404awsx8v9fyk7p2bg3p937sc56ixf8ay465xgvjcnv78hh4apd"))))
     (build-system gnu-build-system)
     (arguments
      (list #:tests? #f                  ; no tests