gnu: xfce4-notifyd: Update to 0.4.4.
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.4.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
3802d759da
commit
f47f9720cc
|
@ -982,7 +982,7 @@ several different time zones.")
|
||||||
(define-public xfce4-notifyd
|
(define-public xfce4-notifyd
|
||||||
(package
|
(package
|
||||||
(name "xfce4-notifyd")
|
(name "xfce4-notifyd")
|
||||||
(version "0.4.3")
|
(version "0.4.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/apps/"
|
(uri (string-append "https://archive.xfce.org/src/apps/"
|
||||||
|
@ -990,7 +990,7 @@ several different time zones.")
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h7avj149cafj9dabiza22y14i66vxgp5qj0wxx8i97w9h4dlg99"))))
|
"0m8vlbwdxiw9nmimaj5np9l5qm784gxpkdvc881k0hjcz6n72189"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
|
|
Loading…
Reference in New Issue