gnu: xfce4-clipman-plugin: Update to 1.6.2.

* gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.6.2.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-07 18:00:29 +02:00
parent 8f36967e0e
commit 71e9522904
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -495,7 +495,7 @@ (define-public xfce4-battery-plugin
(define-public xfce4-clipman-plugin
(package
(name "xfce4-clipman-plugin")
(version "1.6.1")
(version "1.6.2")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@ -503,7 +503,7 @@ (define-public xfce4-clipman-plugin
"xfce4-clipman-plugin-" version ".tar.bz2"))
(sha256
(base32
"1d6fxdzy9b511hqcyj7825fx67q6zqk6cln4g3x9d498jrvk3s5k"))))
"1f4rjdvyplfkrdqg9179chzxx18k3lx29674j28piccgyvk5z2mb"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)