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

gnu: stumpwm-contrib: Update to 0.0.1-5.4613a95.

* gnu/packages/wm.scm (stumpwm-contrib): Update to 0.0.1-5.4613a95.
This commit is contained in:
Guillaume Le Vaillant 2023-02-18 10:46:41 +01:00
parent 644d51a10e
commit 7b9725ed65
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -2070,8 +2070,8 @@ productive, customizable lisp based systems.")
(delete 'cleanup)))))))
(define stumpwm-contrib
(let ((commit "d0c05077eca5257d33083de949c10bca4aac4242")
(revision "4"))
(let ((commit "4613a956add7a17986a3b26c341229466cd13f1d")
(revision "5"))
(package
(name "stumpwm-contrib")
(version (git-version "0.0.1" revision commit)) ;no upstream release
@ -2083,7 +2083,7 @@ productive, customizable lisp based systems.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0zxhqh9wjfk7zas67kmwfx0a47y8rxmh8f1a5rcs300bv1083lkb"))))
(base32 "1g8h2vd5qsmaiz6ixlx9ykrv6a08izmkf0js18fvljvznpyhsznz"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("stumpwm" ,stumpwm "lib")))