gnu: swayimg: Update to 4.6.

* gnu/packages/image-viewers.scm (swayimg): Update to 4.6.

Closes: guix/guix#4455
Change-Id: I68defc7b8c465593ddc9953efbad44fa0609f2ca
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
luca 2025-11-24 21:40:33 +01:00 committed by 宋文武
parent 5443917095
commit 0c85b302f0
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -132,7 +132,7 @@
(define-public swayimg
(package
(name "swayimg")
(version "4.5")
(version "4.6")
(source
(origin
(method git-fetch)
@ -141,7 +141,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "11j1xxi0q7fw9ka55yrkwzjg1n61n0i6iyzsmsjg8xqx7wxbsxqf"))))
(base32 "1i6zagyzvq6v6pyq8im029j28ic3c8yp64c0arancj10jmiym523"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '(,(string-append "-Dversion=" version))))