[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
- branch core-updates-frozen updated (ff01706 -> 641b31d), guix-commits, 2021/10/13
- 01/07: gnu: wayland-protocols: Update to 1.23., guix-commits, 2021/10/13
- 05/07: gnu: dwl: Update to 0.2.1.,
guix-commits <=
- 06/07: gnu: cagebreak: Update to 1.8.0., guix-commits, 2021/10/13
- 02/07: gnu: wlroots: Update to 0.14.1., guix-commits, 2021/10/13
- 03/07: gnu: sway: Update to 1.6.1., guix-commits, 2021/10/13
- 04/07: gnu: hikari: Update to 2.3.2., guix-commits, 2021/10/13
- 07/07: gnu: ganeti: Fix build failure., guix-commits, 2021/10/13