mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: stumpwm: Update to 23.11.
* gnu/packages/wm.scm (stumpwm): Update to 23.11. Change-Id: Ia5e0ad8137e033897a4380e71aeed012049d9e22 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
a75387f8ee
commit
6c1716c8e3
1 changed files with 2 additions and 2 deletions
|
@ -2412,7 +2412,7 @@ (define-public wdisplays
|
|||
(define-public stumpwm
|
||||
(package
|
||||
(name "stumpwm")
|
||||
(version "22.11")
|
||||
(version "23.11")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2421,7 +2421,7 @@ (define-public stumpwm
|
|||
(commit version)))
|
||||
(file-name (git-file-name "stumpwm" version))
|
||||
(sha256
|
||||
(base32 "1wxgddmkgmpml44a3m6bd8y529b13jz14apxxipmij10wzpgay6d"))))
|
||||
(base32 "0akrkxwmlk2596b0kl3q0nfi81ypfrpyyyf65vw7px5x17gsnq5i"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(native-inputs
|
||||
(list sbcl-fiasco
|
||||
|
|
Loading…
Reference in a new issue