mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: stumpwm: Update to 19.11.
* gnu/packages/wm.scm (stumpwm): Update to 19.11. Co-authored-by: Brett Gilio <brettg@posteo.net> Signed-off-by: Brett Gilio <brettg@posteo.net>
This commit is contained in:
parent
72cdf60f71
commit
59198ba198
1 changed files with 4 additions and 6 deletions
|
@ -27,6 +27,8 @@
|
||||||
;;; Copyright © 2019 John Soo <jsoo1@asu.edu>
|
;;; Copyright © 2019 John Soo <jsoo1@asu.edu>
|
||||||
;;; Copyright © 2018, 2019 Pierre Langlois <pierre.langlois@gmx.com>
|
;;; Copyright © 2018, 2019 Pierre Langlois <pierre.langlois@gmx.com>
|
||||||
;;; Copyright © 2016, 2017 Andy Patterson <ajpatter@uwaterloo.ca>
|
;;; 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.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -1495,7 +1497,7 @@ compositors that support the layer-shell protocol.")
|
||||||
(define-public stumpwm
|
(define-public stumpwm
|
||||||
(package
|
(package
|
||||||
(name "stumpwm")
|
(name "stumpwm")
|
||||||
(version "18.11")
|
(version "19.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1504,11 +1506,7 @@ compositors that support the layer-shell protocol.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name "stumpwm" version))
|
(file-name (git-file-name "stumpwm" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "003g1fmh7446ws49866kzny4lrk1wf034dq5fa4m9mq1nzc7cwv7"))
|
(base32 "1ha8803ll7472kqxsy2xz0v5d4sv8apmc9z631d67m31q0z1m9rz"))))
|
||||||
(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"))))
|
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs `(("fiasco" ,sbcl-fiasco)
|
(native-inputs `(("fiasco" ,sbcl-fiasco)
|
||||||
("texinfo" ,texinfo)))
|
("texinfo" ,texinfo)))
|
||||||
|
|
Loading…
Reference in a new issue