mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: guile-swayer: Update to 0.4.2.
* gnu/packages/guile-xyz.scm (guile-swayer): Update to 0.4.2. Change-Id: I78b53f17022a384da681f8caa3f718e07dca654d Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
804a3ce5f5
commit
e3b36a5095
1 changed files with 3 additions and 3 deletions
|
@ -1096,17 +1096,17 @@ that augment Guile's support for handling files and their names.")
|
||||||
(define-public guile-swayer
|
(define-public guile-swayer
|
||||||
(package
|
(package
|
||||||
(name "guile-swayer")
|
(name "guile-swayer")
|
||||||
(version "0.4.1")
|
(version "0.4.2")
|
||||||
(home-page "https://github.com/ebeem/guile-swayer")
|
(home-page "https://github.com/ebeem/guile-swayer")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/ebeem/guile-swayer")
|
(url "https://github.com/ebeem/guile-swayer")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "V" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14w126444jsbpqyhic1ibg1zwzmai9hlnzdk4gg1cj7fclq6vxpb"))))
|
(base32 "03wg904mqi3x1fsgj9blhr509gyqndsdzi9m4vik5n7mgvv14y32"))))
|
||||||
(native-inputs (list autoconf automake guile-3.0 pkg-config))
|
(native-inputs (list autoconf automake guile-3.0 pkg-config))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(synopsis "Extensible Guile bindings for SwayWM")
|
(synopsis "Extensible Guile bindings for SwayWM")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue