summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2020-04-04 17:49:15 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2020-04-04 19:00:28 +0300
commit5f7fe22aa09612ade59646936718f365eb0f8a06 (patch)
tree0011b98669b787fb0679eff5284695c39e8e0fb0
parentguix: Add dotfiles. (diff)
downloadguix-wigust-5f7fe22aa09612ade59646936718f365eb0f8a06.tar.gz
gnu: stumpwm-checkout: Update to 19.11-1.bd9151c.
* guix/wigust/packages/lisp.scm (stumpwm-checkout): Update to 19.11-1.bd9151c.
-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 53d9a65..36e3842 100644
--- a/guix/wigust/packages/lisp.scm
+++ b/guix/wigust/packages/lisp.scm
@@ -61,7 +61,7 @@
#:use-module (srfi srfi-1))
(define-public stumpwm-checkout
- (let ((commit "36297060ff07a2042d3e9fcd1fd22bd8fabe3863"))
+ (let ((commit "bd9151cda21313a928a1cf410a7c608bcc8459e8"))
(package
(inherit stumpwm)
(name (string-append (package-name stumpwm) "-checkout"))
@@ -75,7 +75,7 @@
(file-name (git-file-name (package-name sbcl-stumpwm) version))
(sha256
(base32
- "1ig5jjpqyfmay5iixnp58z6nyd96mdgq3zpv29knrjfd9iqpcdna"))))
+ "0qrp9ywn2qb1f1jq7wr7s8di64isf5h4ld91yqh2nb8kfqdf8jsl"))))
(inputs
`(("sbcl-alexandria" ,sbcl-alexandria)
("sbcl-fiasco", sbcl-fiasco)