summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-07 11:52:57 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-07 12:48:18 +0100
commit3a5557a4d2d69dccd8c0f7c60715867eeec3c1bf (patch)
tree6a1d0e0d297409848c5d73588b576a82ddede5ea
parent0bbf14ce934962ccf34480c780e68becae8eff73 (diff)
downloadpatches-3a5557a4d2d69dccd8c0f7c60715867eeec3c1bf.tar
patches-3a5557a4d2d69dccd8c0f7c60715867eeec3c1bf.tar.gz
gnu: xfce4-clipman-plugin: Update to 1.4.4.
* gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.4.4.
-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 b8c4b4fcc2..84af038a4f 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -385,7 +385,7 @@ applications menu, workspace switcher and more.")
(define-public xfce4-clipman-plugin
(package
(name "xfce4-clipman-plugin")
- (version "1.4.3")
+ (version "1.4.4")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -393,7 +393,7 @@ applications menu, workspace switcher and more.")
"xfce4-clipman-plugin-" version ".tar.bz2"))
(sha256
(base32
- "1liacff4wl5mpyf9dzdrfbwxzmhl95y5nsfc0jf5rgalzdgbik99"))))
+ "1819kjn7gs30zhhj2ppfw4zjpcgj9amw1vvppjsavsff1xflrq88"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)