lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 2953d648115f64a8aa92eb8aa2173df535b50535
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:35:58 2021 +0100
gnu: seahorse: Update to 3.38.1.
* gnu/packages/gnome.scm (seahorse): Update to 3.38.1.
---
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 19dd13d..8139b8c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4221,7 +4221,7 @@ engineering.")
(define-public seahorse
(package
(name "seahorse")
- (version "3.36.2")
+ (version "3.38.1")
(source
(origin
(method url-fetch)
@@ -4229,7 +4229,7 @@ engineering.")
(version-major+minor version) "/" name "-"
version ".tar.xz"))
(sha256
- (base32 "16wmxxppgcgfj8zkagcny5af1c81x32ysm9d6j9f2k7bmik21ss5"))))
+ (base32 "1vxwkvdbpw3v8f16ldpj8g8vmx82f59m2pfjrhkmgpbib5z1war4"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t