summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2021-07-10 12:24:42 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2021-07-10 12:24:42 +0300
commitc9b59f9261fa3fa3460e239b49bebe390b220b08 (patch)
tree91cdb4a7550e84dc1b054afe63ee78eb58d994be
parentgnu: qemu-windows10: Delete UEFI. (diff)
downloadguix-wigust-stumpwm-next.tar.gz
gnu: stumpwm-next: Update to .stumpwm-next
* guix/wigust/packages/lisp.scm (stumpwm-next): Update to .
-rw-r--r--guix/wigust/packages/lisp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/wigust/packages/lisp.scm b/guix/wigust/packages/lisp.scm
index ef1ebe0..21617b2 100644
--- a/guix/wigust/packages/lisp.scm
+++ b/guix/wigust/packages/lisp.scm
@@ -130,7 +130,7 @@
#t))))))))))
(define-public stumpwm-next
- (let ((commit "ca3d065186b52aefa70a7cf5fce7684f0979d946"))
+ (let ((commit "132c09d360d40b11f3440322f02c1fa12d6fd4ec"))
(package
(inherit stumpwm-checkout)
(name "stumpwm-next")
@@ -143,7 +143,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "119qsh7gj8bp8gcc19zrr1ki6sxm7msd60yv84cv1zd79ls4k45l"))))
+ "0nsghvg4mp9j7qji7n7g16rllnmg5a1qvygvr6nn5yshrr7xvnxl"))))
(inputs
`(("sbcl-cffi" ,sbcl-cffi)
("bash" ,bash-minimal)