diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-01-29 07:32:45 +0000 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2025-02-02 14:14:57 +0800 |
commit | 26a50afec2dd7ff7148065023a5f38899c6014ff (patch) | |
tree | 502726eec05bc403d96bdd362d276617993bcf03 /gnu/packages/guile-xyz.scm | |
parent | 5b9d9cc900d3b480878e6b6187776322bacbbfdf (diff) |
gnu: guile-swayer: Update to 0.4.1.
* gnu/packages/guile-xyz.scm (guile-swayer): Update to 0.4.1.
[build-system]: Switch to gnu-build-system as per upstream.
[native-inputs]: Add pkg-config, autoconf, automake.
Change-Id: Ic3c469e38ad4fe8646ccf0c80ddcf945738b6f3c
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages/guile-xyz.scm')
-rw-r--r-- | gnu/packages/guile-xyz.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index e3f77a3c19..dc5eeee5ea 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -52,6 +52,7 @@ ;;; Copyright © 2024 Felix Lechner <felix.lechner@lease-up.com> ;;; Copyright © 2024 Alec Barreto <mrh57@posteo.net> ;;; Copyright © 2024 Josep Bigorra <jjbigorra@gmail.com> +;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se> ;;; ;;; This file is part of GNU Guix. ;;; @@ -1048,7 +1049,7 @@ that augment Guile's support for handling files and their names.") (define-public guile-swayer (package (name "guile-swayer") - (version "0.3.0") + (version "0.4.1") (home-page "https://github.com/ebeem/guile-swayer") (source (origin @@ -1057,11 +1058,10 @@ that augment Guile's support for handling files and their names.") (url "https://github.com/ebeem/guile-swayer") (commit (string-append "v" version)))) (file-name (git-file-name name version)) - (snippet '(delete-file "manifest.scm")) (sha256 - (base32 "16npa337rp0s9rg4fc749b1nq6kfxj77pdd1qfh9xdrb1n0w7awi")))) - (native-inputs (list guile-3.0)) - (build-system guile-build-system) + (base32 "14w126444jsbpqyhic1ibg1zwzmai9hlnzdk4gg1cj7fclq6vxpb")))) + (native-inputs (list autoconf automake guile-3.0 pkg-config)) + (build-system gnu-build-system) (synopsis "Extensible Guile bindings for SwayWM") (description "This package provides extensible Guile bindings for the Sway window |