diff options
author | Petr Hodina <phodina@protonmail.com> | 2022-01-27 09:31:00 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-06-22 12:35:46 +0200 |
commit | 118660877e0c3c99fcaecf45bfb60e7092495cad (patch) | |
tree | b641e0013fccc84e29efbd7d96c53b790f69be07 | |
parent | 0eacf52837f184237536c8fa704d3ab1175901d0 (diff) | |
download | guix-118660877e0c3c99fcaecf45bfb60e7092495cad.tar.gz |
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>
-rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files 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 |