mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: xfce4-notifyd: Update to 0.9.6.
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.9.6. Change-Id: I6a478f9b40d3a4b72100cee0b820e48da14788e9
This commit is contained in:
parent
554e2ba71c
commit
ef216fd374
1 changed files with 2 additions and 2 deletions
|
@ -1382,7 +1382,7 @@ (define-public orage
|
|||
(define-public xfce4-notifyd
|
||||
(package
|
||||
(name "xfce4-notifyd")
|
||||
(version "0.9.4")
|
||||
(version "0.9.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/apps/"
|
||||
|
@ -1390,7 +1390,7 @@ (define-public xfce4-notifyd
|
|||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"063qxbcy8djijsb0clzkai3mwg43mmlswwrg403vsi2w0n614v5f"))))
|
||||
"0w967np9ik74lg63sn7g7448f10pjspd7h62ncqmr0vxr9f2clwy"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
|
Loading…
Reference in a new issue