rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit 2bd1d6ff914f2304efb173f32b31d74ee962ac6b
Author: Ricardo Wurmus <[email protected]>
Date: Tue Dec 4 05:09:43 2018 +0100
gnu: seahorse: Update to 3.30.
* gnu/packages/gnome.scm (seahorse): Update to 3.30.
---
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 5a083cc..56be1f8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2207,7 +2207,7 @@ engineering.")
(define-public seahorse
(package
(name "seahorse")
- (version "3.20.0")
+ (version "3.30")
(source
(origin
(method url-fetch)
@@ -2216,7 +2216,7 @@ engineering.")
version ".tar.xz"))
(sha256
(base32
- "1py6fj19kb8aaxvg6yrpd0876azc2zjvis98aqz37a2lxmhp9c72"))))
+ "1sbj1czlx1fakm72dwgbn0bwm12j838yaky4mkf6hf8j8afnxmzp"))))
(build-system glib-or-gtk-build-system)
(inputs
`(("gtk+" ,gtk+)