From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:38628) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icyp3-0006mn-7w for guix-patches@gnu.org; Thu, 05 Dec 2019 16:38:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1icyp0-0001ZM-N4 for guix-patches@gnu.org; Thu, 05 Dec 2019 16:38:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39405) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1icyp0-0001Xp-DM for guix-patches@gnu.org; Thu, 05 Dec 2019 16:38:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1icyp0-00011u-6Q for guix-patches@gnu.org; Thu, 05 Dec 2019 16:38:02 -0500 Subject: [bug#38504] [PATCH 1/2] gnu: stumpwm: Update to 19.11. References: <87immur0eo.fsf@gmail.com> In-Reply-To: <87immur0eo.fsf@gmail.com> Resent-Message-ID: From: Evan Straw Date: Thu, 05 Dec 2019 12:47:43 -0800 Message-ID: <87fthyqz2o.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-stumpwm-Update-to-19.11.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH 1/2] gnu: stumpwm: Update to 19.11. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 38504@debbugs.gnu.org >From e5d5040b6821371abdc67cb1f55b29b89d1df48d Mon Sep 17 00:00:00 2001 From: Evan Straw Date: Thu, 5 Dec 2019 11:31:31 -0800 Subject: [PATCH 1/2] gnu: stumpwm: Update to 19.11. * gnu/packages/wm.scm (stumpwm): Update to 19.11. Co-authored-by: Brett Gilio --- gnu/packages/wm.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 53dbda5942..c61aa7bb8f 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -27,6 +27,8 @@ ;;; Copyright =C2=A9 2019 John Soo ;;; Copyright =C2=A9 2018, 2019 Pierre Langlois ;;; Copyright =C2=A9 2016, 2017 Andy Patterson +;;; Copyright =C2=A9 2019 Evan Straw +;;; Copyright =C2=A9 2019 Brett Gilio ;;; ;;; This file is part of GNU Guix. ;;; @@ -1495,7 +1497,7 @@ compositors that support the layer-shell protocol.") (define-public stumpwm (package (name "stumpwm") - (version "18.11") + (version "19.11") (source (origin (method git-fetch) @@ -1504,11 +1506,7 @@ compositors that support the layer-shell protocol.") (commit version))) (file-name (git-file-name "stumpwm" version)) (sha256 - (base32 "003g1fmh7446ws49866kzny4lrk1wf034dq5fa4m9mq1nzc7cwv7")) - (patches - ;; This patch is included in the post-18.11 git master tree - ;; and can be removed when we move to the next release. - (search-patches "stumpwm-fix-broken-read-one-line.patch")))) + (base32 "1ha8803ll7472kqxsy2xz0v5d4sv8apmc9z631d67m31q0z1m9rz")))) (build-system asdf-build-system/sbcl) (native-inputs `(("fiasco" ,sbcl-fiasco) ("texinfo" ,texinfo))) --=20 2.20.1