iyzsong pushed a commit to branch gnome-updates
in repository guix.
commit f101c4121cee1a59ceb2caa65c18dcb141e0596a
Author: 宋文武 <[email protected]>
Date: Wed Apr 6 21:16:48 2016 +0800
gnu: seahorse: Update to 3.20.0.
* gnu/packages/gnome.scm (seahorse): Update to 3.20.0.
---
gnu/packages/gnome.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0427fd1..1a57d30 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1644,7 +1644,7 @@ engineering.")
(define-public seahorse
(package
(name "seahorse")
- (version "3.18.0")
+ (version "3.20.0")
(source
(origin
(method url-fetch)
@@ -1653,7 +1653,7 @@ engineering.")
version ".tar.xz"))
(sha256
(base32
- "0rxnq47xcagmpqb63g49ay3lfiyjjnmmiay9yifx5jn406d8h32k"))))
+ "1py6fj19kb8aaxvg6yrpd0876azc2zjvis98aqz37a2lxmhp9c72"))))
(build-system glib-or-gtk-build-system)
(inputs
`(("gtk+" ,gtk+)