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

* gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.4.3.
This commit is contained in:
Kei Kebreau 2019-03-16 18:01:32 -04:00
parent 40136e2490
commit ff2c81b0e5
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 3 additions and 3 deletions

View File

@ -347,15 +347,15 @@ applications menu, workspace switcher and more.")
(define-public xfce4-clipman-plugin (define-public xfce4-clipman-plugin
(package (package
(name "xfce4-clipman-plugin") (name "xfce4-clipman-plugin")
(version "1.2.6") (version "1.4.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://archive.xfce.org/src/panel-plugins/" (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
name "/" (version-major+minor version) "/" name "/" (version-major+minor version) "/"
name "-" version ".tar.bz2")) name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"19a8gwcqc0r5qqi8w28dc8arqip34m8yxdb87lgps9g5qfcky113")))) "1liacff4wl5mpyf9dzdrfbwxzmhl95y5nsfc0jf5rgalzdgbik99"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("intltool" ,intltool) `(("intltool" ,intltool)