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>
This commit is contained in:
parent
47d4b6ece4
commit
847a6f7c23
@ -14,7 +14,7 @@
|
|||||||
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||||
;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
|
;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
|
||||||
;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.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>
|
;;; Copyright © 2021 André A. Gomes <andremegafone@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
@ -1301,7 +1301,7 @@ of data to either CD/DVD/BD.")
|
|||||||
(define-public xfce4-screenshooter
|
(define-public xfce4-screenshooter
|
||||||
(package
|
(package
|
||||||
(name "xfce4-screenshooter")
|
(name "xfce4-screenshooter")
|
||||||
(version "1.9.9")
|
(version "1.9.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/apps/"
|
(uri (string-append "https://archive.xfce.org/src/apps/"
|
||||||
@ -1311,7 +1311,7 @@ of data to either CD/DVD/BD.")
|
|||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"196swmc4amab8xcwv4q9p8b43fzzi9xagg20gnyjvf5x7yssxj1k"))))
|
"1mwjhakbjv9g6ffn6c55cbrfsrqhb2apwhmffvz8rfgm4y2igd04"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config intltool
|
(list pkg-config intltool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user