mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
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:
parent
8f36967e0e
commit
71e9522904
1 changed files with 2 additions and 2 deletions
|
@ -495,7 +495,7 @@ (define-public xfce4-battery-plugin
|
||||||
(define-public xfce4-clipman-plugin
|
(define-public xfce4-clipman-plugin
|
||||||
(package
|
(package
|
||||||
(name "xfce4-clipman-plugin")
|
(name "xfce4-clipman-plugin")
|
||||||
(version "1.6.1")
|
(version "1.6.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
|
(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"))
|
"xfce4-clipman-plugin-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d6fxdzy9b511hqcyj7825fx67q6zqk6cln4g3x9d498jrvk3s5k"))))
|
"1f4rjdvyplfkrdqg9179chzxx18k3lx29674j28piccgyvk5z2mb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
|
|
Loading…
Reference in a new issue