summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp-xyz.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-08-08 09:31:59 +0200
committerAndreas Enge <andreas@enge.fr>2025-08-08 09:31:59 +0200
commit89766e6e6080f7cf35a9b0ef8bfec789b5ecbc4e (patch)
tree80b8b9423fe5f0f16a730c65c6fa6c2204640cb5 /gnu/packages/lisp-xyz.scm
parente9772c442f3f4b5b28ee3e7a58a8e70b62ce785b (diff)
gnu: sbcl-wayflan: Update to 0.1.0.
* gnu/packages/lisp-xyz.scm (sbcl-wayflan): Update to 0.1.0. Change-Id: Id847d9239b1525faac47a95e09826cf33bd805d1
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r--gnu/packages/lisp-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index de64f618f8..0d4b6f21e5 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -32972,7 +32972,7 @@ has a small codebase that's easy to understand and use.")
(define-public sbcl-wayflan
(package
(name "sbcl-wayflan")
- (version "0.0.4")
+ (version "0.1.0")
(source
(origin
(method git-fetch)
@@ -32981,7 +32981,7 @@ has a small codebase that's easy to understand and use.")
(commit (string-append "v" version))))
(file-name (git-file-name "cl-wayflan" version))
(sha256
- (base32 "0y6hzskp1vgaigzj5b3i695sc6dn5mk7nlxs21nh5ybzmf4chhyy"))))
+ (base32 "11n8w4fh996gspgcsfhbrcmz7az4yrx9a15jh6n72kswgjzq0s5j"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-parachute))