all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Evan Straw <evan.straw99@gmail.com>
To: 38504@debbugs.gnu.org
Subject: [bug#38504] [PATCH 1/2] gnu: stumpwm: Update to 19.11.
Date: Thu, 05 Dec 2019 12:47:43 -0800	[thread overview]
Message-ID: <87fthyqz2o.fsf@gmail.com> (raw)
In-Reply-To: <87immur0eo.fsf@gmail.com>

[-- Attachment #1: [PATCH 1/2] gnu: stumpwm: Update to 19.11. --]
[-- Type: text/x-patch, Size: 1878 bytes --]

From e5d5040b6821371abdc67cb1f55b29b89d1df48d Mon Sep 17 00:00:00 2001
From: Evan Straw <evan.straw99@gmail.com>
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 <brettg@posteo.net>
---
 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 © 2019 John Soo <jsoo1@asu.edu>
 ;;; Copyright © 2018, 2019 Pierre Langlois <pierre.langlois@gmx.com>
 ;;; Copyright © 2016, 2017 Andy Patterson <ajpatter@uwaterloo.ca>
+;;; Copyright © 2019 Evan Straw <evan.straw99@gmail.com>
+;;; Copyright © 2019 Brett Gilio <brettg@posteo.net>
 ;;;
 ;;; 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)))
-- 
2.20.1

  reply	other threads:[~2019-12-05 21:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-05 20:18 [bug#38504] [PATCH] Update StumpWM to release 19.11 Evan Straw
2019-12-05 20:47 ` Evan Straw [this message]
2019-12-05 20:47 ` [bug#38504] [PATCH 2/2] gnu: Remove obsolete stumpwm patch Evan Straw
2019-12-07  0:38   ` Brett Gilio
2019-12-07  1:04 ` [bug#38504] [PATCH] Update StumpWM to release 19.11 Brett Gilio
2019-12-07 16:43 ` Pierre Langlois
2019-12-09  3:32 ` bug#38504: " Brett Gilio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fthyqz2o.fsf@gmail.com \
    --to=evan.straw99@gmail.com \
    --cc=38504@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.