mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: stumpwm-contrib: Update to 0.0.1-6.042a9fc.
* gnu/packages/wm.scm (stumpwm-contrib): Update to 0.0.1-6.042a9fc. Change-Id: I92952b2f0ad823b56d4ef2e4fce2e9e9cda47858 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
6c1716c8e3
commit
e6a771c7ba
1 changed files with 3 additions and 3 deletions
|
@ -2520,8 +2520,8 @@ (define-public stumpwm+slynk
|
|||
(delete 'cleanup)))))))
|
||||
|
||||
(define stumpwm-contrib
|
||||
(let ((commit "4613a956add7a17986a3b26c341229466cd13f1d")
|
||||
(revision "5"))
|
||||
(let ((commit "042a9fcb053839f4b1527d2e6f4baf33e2d16434")
|
||||
(revision "6"))
|
||||
(package
|
||||
(name "stumpwm-contrib")
|
||||
(version (git-version "0.0.1" revision commit)) ;no upstream release
|
||||
|
@ -2533,7 +2533,7 @@ (define stumpwm-contrib
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1g8h2vd5qsmaiz6ixlx9ykrv6a08izmkf0js18fvljvznpyhsznz"))))
|
||||
(base32 "1fdlb7zqgn24qpvmq4d56zn4f455vc2jcln609by4g0py87rvm49"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(inputs
|
||||
(list stumpwm))
|
||||
|
|
Loading…
Reference in a new issue