summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-04-11 22:18:37 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-04-12 00:13:15 +0200
commit10f04aec491b4dbabaf5d3a9a9903b75a1d540fb (patch)
treea997b2a33a04a12f64c5381e48c0663e33563390 /gnu
parent0db448768b2e457698aea19bed2a3a322d26deac (diff)
downloadguix-10f04aec491b4dbabaf5d3a9a9903b75a1d540fb.tar.gz
gnu: xfce4-clipman-plugin: Update to 1.6.1.
* gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.6.1.
Diffstat (limited to 'gnu')
-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 b708eb42b5..d291a63933 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -387,7 +387,7 @@ applications menu, workspace switcher and more.")
 (define-public xfce4-clipman-plugin
   (package
     (name "xfce4-clipman-plugin")
-    (version "1.4.4")
+    (version "1.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -395,7 +395,7 @@ applications menu, workspace switcher and more.")
                                   "xfce4-clipman-plugin-" version ".tar.bz2"))
               (sha256
                (base32
-                "1819kjn7gs30zhhj2ppfw4zjpcgj9amw1vvppjsavsff1xflrq88"))))
+                "1d6fxdzy9b511hqcyj7825fx67q6zqk6cln4g3x9d498jrvk3s5k"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)