mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
5443917095
commit
0c85b302f0
1 changed files with 2 additions and 2 deletions
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue