diff options
author | Brendan Tildesley <[email protected]> | 2022-03-18 18:38:39 +1100 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2022-04-03 12:42:17 +0200 |
commit | 847a6f7c235c6b3d9fc8b8b939ec980dc35cff56 (patch) | |
tree | 8ec1d78ee0c8cde883a8fe1844d5127e3b0bd6ec /gnu/packages/xfce.scm | |
parent | 47d4b6ece41752bd1aeef50829f0f0ac5a7bfbb6 (diff) |
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 <[email protected]>
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 6 |
1 files 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 <[email protected]> ;;; Copyright © 2020 Jonathan Brielmaier <[email protected]> ;;; Copyright © 2020, 2021, 2022 Michael Rohleder <[email protected]> -;;; Copyright © 2021 Brendan Tildesley <[email protected]> +;;; Copyright © 2021, 2022 Brendan Tildesley <[email protected]> ;;; Copyright © 2021 André A. Gomes <[email protected]> ;;; ;;; 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 |