mhw pushed a commit to branch gnome-updates
in repository guix.
commit 195bfa68d5f3b0cfaef2c60cb44c8052b41416f8
Author: Mark H Weaver <[email protected]>
Date: Mon Jan 9 03:19:32 2017 -0500
gnu: libnotify: Update to 0.7.7.
* gnu/packages/gnome.scm (libnotify): Update to 0.7.7.
---
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 dbcedc6..3d83e24 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -734,7 +734,7 @@ database is translated at Transifex.")
(define-public libnotify
(package
(name "libnotify")
- (version "0.7.6")
+ (version "0.7.7")
(source
(origin
(method url-fetch)
@@ -743,7 +743,7 @@ database is translated at Transifex.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0dyq8zgjnnzcah31axnx6afb21kl7bks1gvrg4hjh3nk02j1rxhf"))))
+ "017wgq9n00hx39n0hm784zn18hl721hbaijda868cm96bcqwxd4w"))))
(build-system gnu-build-system)
(inputs
`(("gdk-pixbuf" ,gdk-pixbuf)