diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-09-03 07:38:50 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2024-09-06 07:30:55 +0800 |
commit | ef216fd374e5c3928d817049be8c6f6d11991a90 (patch) | |
tree | 86743ce9309b53de2040bb12a49546867fde03e6 /gnu/packages | |
parent | 554e2ba71ca1eb72a90721f2afd66938e1078d7c (diff) | |
download | guix-ef216fd374e5c3928d817049be8c6f6d11991a90.tar.gz guix-ef216fd374e5c3928d817049be8c6f6d11991a90.zip |
gnu: xfce4-notifyd: Update to 0.9.6.
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.9.6.
Change-Id: I6a478f9b40d3a4b72100cee0b820e48da14788e9
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index ddc37da998..5aeefd2f7d 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1382,7 +1382,7 @@ several different time zones.") (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 @@ several different time zones.") name "-" version ".tar.bz2")) (sha256 (base32 - "063qxbcy8djijsb0clzkai3mwg43mmlswwrg403vsi2w0n614v5f")))) + "0w967np9ik74lg63sn7g7448f10pjspd7h62ncqmr0vxr9f2clwy")))) (build-system glib-or-gtk-build-system) (arguments (list #:phases |