guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: xfce4-screenshooter: Update to 1.10.4.


From: guix-commits
Subject: 03/07: gnu: xfce4-screenshooter: Update to 1.10.4.
Date: Thu, 8 Jun 2023 06:03:06 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit cbeb3204effff4a56d5f942c2a4b53378b2fc202
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Jun 3 11:26:43 2023 +0800

    gnu: xfce4-screenshooter: Update to 1.10.4.
    
    * gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.10.4.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index cea538edb7..b4205ff75b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1453,7 +1453,7 @@ of data to either CD/DVD/BD.")
 (define-public xfce4-screenshooter
   (package
    (name "xfce4-screenshooter")
-   (version "1.10.3")
+   (version "1.10.4")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://archive.xfce.org/src/apps/";
@@ -1463,7 +1463,7 @@ of data to either CD/DVD/BD.")
                                 version ".tar.bz2"))
             (sha256
              (base32
-              "061qixpz8krvpixs6ickl9ha5m0pb078rdd5fjifrkxy8yc1am54"))))
+              "1534h1a3a8b9pl20zpccaifrlsrbsihdcdjndn9nmqalgrl9kwd2"))))
    (build-system gnu-build-system)
    (native-inputs
     (list pkg-config intltool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]