guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#38504] [PATCH 1/2] gnu: stumpwm: Update to 19.11.


From: Evan Straw
Subject: [bug#38504] [PATCH 1/2] gnu: stumpwm: Update to 19.11.
Date: Thu, 05 Dec 2019 12:47:43 -0800

>From e5d5040b6821371abdc67cb1f55b29b89d1df48d Mon Sep 17 00:00:00 2001
From: Evan Straw <address@hidden>
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 <address@hidden>
---
 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 <address@hidden>
 ;;; Copyright © 2018, 2019 Pierre Langlois <address@hidden>
 ;;; Copyright © 2016, 2017 Andy Patterson <address@hidden>
+;;; Copyright © 2019 Evan Straw <address@hidden>
+;;; Copyright © 2019 Brett Gilio <address@hidden>
 ;;;
 ;;; 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 via email to

[Prev in Thread] Current Thread [Next in Thread]