summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2021-05-21 17:40:37 +0200
committerLeo Famulari <leo@famulari.name>2021-05-21 12:21:14 -0400
commitbd382fae71d899e243e81688bf5baed26171f2ea (patch)
tree7e10332a0472a81a49ef5304c119963515bc295c /gnu/packages/xfce.scm
parent082988afac8ddac7525b40fb7ef8da7ff40f8ad3 (diff)
downloadguix-patches-bd382fae71d899e243e81688bf5baed26171f2ea.tar
guix-patches-bd382fae71d899e243e81688bf5baed26171f2ea.tar.gz
gnu: xfce4-screenshooter: Update to 1.9.9.
* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.9. Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r--gnu/packages/xfce.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 57fee59bc9..91c914ed61 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1285,7 +1285,7 @@ of data to either CD/DVD/BD.")
(define-public xfce4-screenshooter
(package
(name "xfce4-screenshooter")
- (version "1.9.8")
+ (version "1.9.9")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1295,7 +1295,7 @@ of data to either CD/DVD/BD.")
version ".tar.bz2"))
(sha256
(base32
- "0l1cyrb4ym7d95yliyl8gn701wvnr734v622yyy3zdnk99hrs0kg"))))
+ "196swmc4amab8xcwv4q9p8b43fzzi9xagg20gnyjvf5x7yssxj1k"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)