guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 76a875e9d0fc4b7d95da8d3c72f019efdf36bf8b
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 12:28:39 2025 +0800

    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
---
 gnu/packages/xfce.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 31d7f51663..4eef17f0f8 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -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

Reply via email to