guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: xfce4-screenshooter: Update to 1.10.3.


From: guix-commits
Subject: 01/02: gnu: xfce4-screenshooter: Update to 1.10.3.
Date: Mon, 16 Jan 2023 12:14:26 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 61cdbf414c3449fb8c1eb4c15bd051a2e82df15c
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sat Jan 14 03:52:08 2023 +0100

    gnu: xfce4-screenshooter: Update to 1.10.3.
    
    * gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.10.3.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 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 f8409c4e0f..b1352f9330 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1336,7 +1336,7 @@ of data to either CD/DVD/BD.")
 (define-public xfce4-screenshooter
   (package
    (name "xfce4-screenshooter")
-   (version "1.10.0")
+   (version "1.10.3")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://archive.xfce.org/src/apps/";
@@ -1346,7 +1346,7 @@ of data to either CD/DVD/BD.")
                                 version ".tar.bz2"))
             (sha256
              (base32
-              "0lvv6iam348n7l3md94lanxyyn87xmrivzdvfi0fa3vgjfk88j56"))))
+              "061qixpz8krvpixs6ickl9ha5m0pb078rdd5fjifrkxy8yc1am54"))))
    (build-system gnu-build-system)
    (native-inputs
     (list pkg-config intltool



reply via email to

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