guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 51c98b54c4533bd0d63dfff6a1299fb3adc80fbc
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:20 2025 +0900
gnu: libnotify: Update to 0.8.6.
* gnu/packages/gnome.scm (libnotify): Update to 0.8.6.
Change-Id: I8329623219f91ca9b61c004fe06a7aa49629c6a6
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 93434bd429..6b604c219d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3048,7 +3048,7 @@ configuring CUPS.")
(define-public libnotify
(package
(name "libnotify")
- (version "0.8.3")
+ (version "0.8.6")
(source
(origin
(method url-fetch)
@@ -3057,7 +3057,7 @@ configuring CUPS.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1h7nn9pz797bfmpz3d0s46yjv4ydppnzwifzdx0d6shm8vwkx3zf"))))
+ "0n3b9f2dbkvqlzjfbh6hwzn75gjf53r0az2q3hxxdqb0zfp0lm65"))))
(outputs '("out" "doc"))
(build-system meson-build-system)
(arguments