mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: xfce4-screenshooter: Update to 1.11.3.
* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.11.3. [build-system]: Switch to meson-build-system. Change-Id: Ie21ff9034a61aa9c1b83743aadf5de6d632f973c
This commit is contained in:
parent
7806212482
commit
76a875e9d0
1 changed files with 3 additions and 3 deletions
|
|
@ -1645,7 +1645,7 @@ of data to either CD/DVD/BD.")
|
|||
(define-public xfce4-screenshooter
|
||||
(package
|
||||
(name "xfce4-screenshooter")
|
||||
(version "1.11.1")
|
||||
(version "1.11.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -1654,8 +1654,8 @@ of data to either CD/DVD/BD.")
|
|||
(commit (string-append name "-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1wxgc84f5kgs896mjpn2sq7ikh3gpfyilpqfarmlzpmpmmhgvppw"))))
|
||||
(build-system gnu-build-system)
|
||||
(base32 "1ynh4i25fzswwskyvw25rw03kd25rj1169ifhmqcdp50hzj67psl"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(list xfce4-dev-tools))
|
||||
(inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue