mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: swayimg: Update to 4.2.
* gnu/packages/image-viewers.scm (swayimg): Update to 4.2. Change-Id: Ic6a8df0d75518ed4ae818e2c03811b67309e9144 Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
5fd4df347e
commit
5b24518059
1 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@
|
|||
(define-public swayimg
|
||||
(package
|
||||
(name "swayimg")
|
||||
(version "4.1")
|
||||
(version "4.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -131,7 +131,7 @@
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0dj3pi8h5rcj43gbzbiykdmj4grhxhrwvxcjbhgzh731w6vl8267"))))
|
||||
(base32 "1kaxr5ppikllkaz45njr5p8yl4j6dqqi8qi18h59qwn291sv68px"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '(,(string-append "-Dversion=" version))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue