mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
gnu: xfce4-notifyd: Update to 0.7.3.
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.7.3. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
ce28d14a9c
commit
716f2b330f
1 changed files with 2 additions and 2 deletions
|
@ -1350,7 +1350,7 @@ several different time zones.")
|
||||||
(define-public xfce4-notifyd
|
(define-public xfce4-notifyd
|
||||||
(package
|
(package
|
||||||
(name "xfce4-notifyd")
|
(name "xfce4-notifyd")
|
||||||
(version "0.7.2")
|
(version "0.7.3")
|
||||||
(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/"
|
||||||
|
@ -1358,7 +1358,7 @@ several different time zones.")
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yzdidi7x8bfnypn0pnahpc25vmjmdiclvbybjqxmdk9pl8ylhfq"))))
|
"0hz9x42cfwd52i02a50mqvw3qwpgb3hpnlxqnnlkc8bwadfn1nah"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list intltool pkg-config))
|
(list intltool pkg-config))
|
||||||
|
|
Loading…
Add table
Reference in a new issue