mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sbcl-wayflan: Update to 0.1.0.
* gnu/packages/lisp-xyz.scm (sbcl-wayflan): Update to 0.1.0. Change-Id: Id847d9239b1525faac47a95e09826cf33bd805d1
This commit is contained in:
parent
e9772c442f
commit
89766e6e60
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue