gnu: xfce4-screenshooter: Update to 1.9.7.

* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.7.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-03 19:00:31 +01:00
parent 105b5e1630
commit a6bc056e94
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -1125,7 +1125,7 @@ (define-public mousepad
(define-public xfce4-screenshooter
(package
(name "xfce4-screenshooter")
(version "1.9.5")
(version "1.9.7")
(source (origin
(method url-fetch)
(uri (string-append "http://archive.xfce.org/src/apps/"
@ -1135,7 +1135,7 @@ (define-public xfce4-screenshooter
version ".tar.bz2"))
(sha256
(base32
"135kad07922jxjs05amn48sdgm2x1rh97wbzdmy9h85r5i1vaddz"))))
"1lbhl0sh0ayv3zhgzcd9hj9q9m3lnyv7vlglfqrl39i3782n2w8g"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)