[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: xfce4-screenshooter: Update to 1.9.10.
From: |
guix-commits |
Subject: |
02/07: gnu: xfce4-screenshooter: Update to 1.9.10. |
Date: |
Sun, 3 Apr 2022 06:46:03 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 847a6f7c235c6b3d9fc8b8b939ec980dc35cff56
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Fri Mar 18 18:38:39 2022 +1100
gnu: xfce4-screenshooter: Update to 1.9.10.
* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.10.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 ac681e8ef3..60ab629382 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -14,7 +14,7 @@
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
-;;; Copyright © 2021 Brendan Tildesley <mail@brendan.scot>
+;;; Copyright © 2021, 2022 Brendan Tildesley <mail@brendan.scot>
;;; Copyright © 2021 André A. Gomes <andremegafone@gmail.com>
;;;
;;; This file is part of GNU Guix.
@@ -1301,7 +1301,7 @@ of data to either CD/DVD/BD.")
(define-public xfce4-screenshooter
(package
(name "xfce4-screenshooter")
- (version "1.9.9")
+ (version "1.9.10")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1311,7 +1311,7 @@ of data to either CD/DVD/BD.")
version ".tar.bz2"))
(sha256
(base32
- "196swmc4amab8xcwv4q9p8b43fzzi9xagg20gnyjvf5x7yssxj1k"))))
+ "1mwjhakbjv9g6ffn6c55cbrfsrqhb2apwhmffvz8rfgm4y2igd04"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool
- branch master updated (7902d17bc8 -> a37a8a23bd), guix-commits, 2022/04/03
- 06/07: home: services: zsh: Fix zshenv creation., guix-commits, 2022/04/03
- 04/07: gnu: xfce: Add notification support, guix-commits, 2022/04/03
- 07/07: gnu: oil: Update to 0.9.9., guix-commits, 2022/04/03
- 02/07: gnu: xfce4-screenshooter: Update to 1.9.10.,
guix-commits <=
- 01/07: gnu: xfce4-whiskermenu-plugin: Update to 2.6.2., guix-commits, 2022/04/03
- 05/07: gnu: mate-polkit: Improve synopsis., guix-commits, 2022/04/03
- 03/07: gnu: xfce: Remove input labels., guix-commits, 2022/04/03