diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-06 21:16:48 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 11:46:50 +0200 |
commit | c14a524ce550ab70af566264663d16e6689d4626 (patch) | |
tree | 6ee4b9579f034472e68d95d95c018707fa097761 | |
parent | b04217cc9188ff1c4c1298933672be16cd8d927b (diff) | |
download | patches-c14a524ce550ab70af566264663d16e6689d4626.tar patches-c14a524ce550ab70af566264663d16e6689d4626.tar.gz |
gnu: seahorse: Update to 3.20.0.
* gnu/packages/gnome.scm (seahorse): Update to 3.20.0.
-rw-r--r-- | 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 0d315c2041..23feed112f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1647,7 +1647,7 @@ engineering.") (define-public seahorse (package (name "seahorse") - (version "3.18.0") + (version "3.20.0") (source (origin (method url-fetch) @@ -1656,7 +1656,7 @@ engineering.") version ".tar.xz")) (sha256 (base32 - "0rxnq47xcagmpqb63g49ay3lfiyjjnmmiay9yifx5jn406d8h32k")))) + "1py6fj19kb8aaxvg6yrpd0876azc2zjvis98aqz37a2lxmhp9c72")))) (build-system glib-or-gtk-build-system) (inputs `(("gtk+" ,gtk+) |