me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.6.4.
master
宋文武 2023-08-01 19:29:40 +08:00
parent 423d5964eb
commit 0bbeb1d0f2
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -471,7 +471,7 @@ applications menu, workspace switcher and more.")
(define-public xfce4-clipman-plugin
(package
(name "xfce4-clipman-plugin")
(version "1.6.3")
(version "1.6.4")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@ -479,7 +479,7 @@ applications menu, workspace switcher and more.")
"xfce4-clipman-plugin-" version ".tar.bz2"))
(sha256
(base32
"044s9hwl9pnygmfc5lk3ndf4ibjq829zpv4qxsf9bz0pcabiy771"))))
"1v5c1z154a46426198m3pl0fyrlsgfiqy4x9rvzcwzlp6lg5iplz"))))
(build-system gnu-build-system)
(native-inputs
(list intltool pkg-config))