mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: xfce4-statusnotifier-plugin: Update to 0.2.2.
* gnu/packages/xfce.scm (xfce4-statusnotifier-plugin): Update to 0.2.2.
This commit is contained in:
parent
c9cd6d2fb2
commit
19153f2915
1 changed files with 2 additions and 2 deletions
|
@ -1763,7 +1763,7 @@ (define-public xfce4-smartbookmark-plugin
|
|||
(define-public xfce4-statusnotifier-plugin
|
||||
(package
|
||||
(name "xfce4-statusnotifier-plugin")
|
||||
(version "0.2.1")
|
||||
(version "0.2.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://archive.xfce.org/src/panel-plugins/"
|
||||
|
@ -1772,7 +1772,7 @@ (define-public xfce4-statusnotifier-plugin
|
|||
"/xfce4-statusnotifier-plugin-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"154b0q9pmlbjh30vvx4c48msdfxp4pq8x4mbn71mk7pibk018hsj"))))
|
||||
"1yic99jx7013pywpd0k31pxab8s8lv3wcq364iha99qhsm25k42c"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("intltool" ,intltool)
|
||||
|
|
Loading…
Reference in a new issue