3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: stumpwm: Update to 22.11.

* gnu/packages/wm.scm (stumpwm): Update to 22.11.
This commit is contained in:
Guillaume Le Vaillant 2023-02-18 10:37:06 +01:00
parent b04ee227a4
commit 644d51a10e
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -37,7 +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, 2022 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2020, 2022, 2023 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com>
;;; Copyright © 2020 Niklas Eklund <niklas.eklund@posteo.net>
;;; Copyright © 2020 Robert Smith <robertsmith@posteo.net>
@ -1957,22 +1957,18 @@ Wayland compositors supporting the wlr-output-management protocol.")
(license license:expat))) ; MIT license
(define-public stumpwm
;; Some fixes to make stumpwm work with sbcl>=2.2.7 are not in a release
;; yet, so we use a commit directly.
(let ((commit "ff6cb73f48f0df4285948f1009ef3b285c78b351")
(revision "1"))
(package
(name "stumpwm")
(version (git-version "22.05" revision commit))
(version "22.11")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/stumpwm/stumpwm")
(commit commit)))
(commit version)))
(file-name (git-file-name "stumpwm" version))
(sha256
(base32 "0gvr136fv5zs61017gns3kbkz00837n0b52fif9vany5fslx3aj2"))))
(base32 "1wxgddmkgmpml44a3m6bd8y529b13jz14apxxipmij10wzpgay6d"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-fiasco
@ -2034,7 +2030,7 @@ for input. These design decisions reflect the growing popularity of
productive, customizable lisp based systems.")
(home-page "https://github.com/stumpwm/stumpwm")
(license license:gpl2+)
(properties `((cl-source-variant . ,(delay cl-stumpwm)))))))
(properties `((cl-source-variant . ,(delay cl-stumpwm))))))
(define-public sbcl-stumpwm
(deprecated-package "sbcl-stumpwm" stumpwm))