mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: xfce4-statusnotifier-plugin: Update to 0.2.3.
* gnu/packages/xfce.scm (xfce4-statusnotifier-plugin): Update to 0.2.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
2ac4428030
commit
d889c96be4
1 changed files with 2 additions and 2 deletions
|
@ -1886,7 +1886,7 @@ (define-public xfce4-smartbookmark-plugin
|
|||
(define-public xfce4-statusnotifier-plugin
|
||||
(package
|
||||
(name "xfce4-statusnotifier-plugin")
|
||||
(version "0.2.2")
|
||||
(version "0.2.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
|
||||
|
@ -1895,7 +1895,7 @@ (define-public xfce4-statusnotifier-plugin
|
|||
"/xfce4-statusnotifier-plugin-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1yic99jx7013pywpd0k31pxab8s8lv3wcq364iha99qhsm25k42c"))))
|
||||
"1d2n56g12dhnjznrq7xvr6d3brpp0lmm080xmgjb7ybc1yygpxrc"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("intltool" ,intltool)
|
||||
|
|
Loading…
Reference in a new issue