[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59442] [PATCH] gnu: xfce4-screenshooter: Update to 1.10.0.
From: |
Michael Rohleder |
Subject: |
[bug#59442] [PATCH] gnu: xfce4-screenshooter: Update to 1.10.0. |
Date: |
Mon, 21 Nov 2022 11:34:53 +0100 |
* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.10.0.
---
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 6840867612..70fa82ab92 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1335,7 +1335,7 @@ (define-public mousepad
(define-public xfce4-screenshooter
(package
(name "xfce4-screenshooter")
- (version "1.9.11")
+ (version "1.10.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1345,7 +1345,7 @@ (define-public xfce4-screenshooter
version ".tar.bz2"))
(sha256
(base32
- "1d7qyc2w4962crmkz5n0mma2qmyp9hhq455karyzacjbb6z0cgg7"))))
+ "0lvv6iam348n7l3md94lanxyyn87xmrivzdvfi0fa3vgjfk88j56"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool
--
2.38.1
- [bug#59442] [PATCH] gnu: xfce4-screenshooter: Update to 1.10.0.,
Michael Rohleder <=