summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-27 03:48:39 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-27 04:25:27 +0200
commit92af56501c244b85d19573c1f89401cbddf7bf87 (patch)
tree3ca25fa545e1a58673f554d54fb4c29493fd1a6a /gnu/packages/xfce.scm
parentc6d36549670c8073683abc87c303edde8ecac987 (diff)
downloadguix-patches-92af56501c244b85d19573c1f89401cbddf7bf87.tar
guix-patches-92af56501c244b85d19573c1f89401cbddf7bf87.tar.gz
gnu: xfce4-timer-plugin: Update to 1.7.1.
* gnu/packages/xfce.scm (xfce4-timer-plugin): Update to 1.7.1.
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 9a430c3347..45ac660bd4 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1899,7 +1899,7 @@ time.")
(define-public xfce4-timer-plugin
(package
(name "xfce4-timer-plugin")
- (version "1.7.0")
+ (version "1.7.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1908,7 +1908,7 @@ time.")
"/xfce4-timer-plugin-" version ".tar.bz2"))
(sha256
(base32
- "16vypwwjwfk7nn4n16rfgn0z78jqrmbgxmc1r46269lrwd1m6kif"))))
+ "1qr4m3n2l3rvsizsr3h7fyfajszfalqm7rhvjx2yjj8r3f8x4ljb"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)