[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: stumpwm: Update to 20.11.
From: |
guix-commits |
Subject: |
01/06: gnu: stumpwm: Update to 20.11. |
Date: |
Mon, 30 Nov 2020 09:31:58 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit dfb85d1e9c37d6ad24c550f95fc0401801775093
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Nov 30 14:25:01 2020 +0100
gnu: stumpwm: Update to 20.11.
* gnu/packages/wm.scm (stumpwm): Update to 20.11.
---
gnu/packages/wm.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 18d2101..7a96ad8 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -37,6 +37,7 @@
;;; Copyright © 2020 Marcin Karpezo <sirmacik@wioo.waw.pl>
;;; Copyright © 2020 EuAndreh <eu@euandre.org>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1587,7 +1588,7 @@ compositors that support the layer-shell protocol.")
(define-public stumpwm
(package
(name "stumpwm")
- (version "19.11")
+ (version "20.11")
(source
(origin
(method git-fetch)
@@ -1596,7 +1597,7 @@ compositors that support the layer-shell protocol.")
(commit version)))
(file-name (git-file-name "stumpwm" version))
(sha256
- (base32 "1ha8803ll7472kqxsy2xz0v5d4sv8apmc9z631d67m31q0z1m9rz"))))
+ (base32 "1ghs6ihvmb3bz4q4ys1d3h6rdi96xyiw7l2ip7jh54c25049aymf"))))
(build-system asdf-build-system/sbcl)
(native-inputs `(("fiasco" ,sbcl-fiasco)
("texinfo" ,texinfo)
- branch master updated (40bfe11 -> 275fcff), guix-commits, 2020/11/30
- 02/06: gnu: Add sbcl-stumpwm-numpad-layouts., guix-commits, 2020/11/30
- 05/06: gnu: Add sbcl-stumpwm-winner-mode., guix-commits, 2020/11/30
- 06/06: gnu: Add sbcl-stumpwm-screenshot., guix-commits, 2020/11/30
- 01/06: gnu: stumpwm: Update to 20.11.,
guix-commits <=
- 03/06: gnu: Add sbcl-stumpwm-cpu., guix-commits, 2020/11/30
- 04/06: gnu: Add sbcl-stumpwm-mem., guix-commits, 2020/11/30