[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: seahorse: Update to 3.36.2.
From: |
guix-commits |
Subject: |
07/09: gnu: seahorse: Update to 3.36.2. |
Date: |
Mon, 5 Oct 2020 20:54:41 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f68cbccf5df51038f595a625a88f61b1bced6116
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 6 02:45:39 2020 +0200
gnu: seahorse: Update to 3.36.2.
* gnu/packages/gnome.scm (seahorse): Update to 3.36.2.
---
gnu/packages/gnome.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8090bb4..6e4489f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4130,7 +4130,7 @@ engineering.")
(define-public seahorse
(package
(name "seahorse")
- (version "3.36")
+ (version "3.36.2")
(source
(origin
(method url-fetch)
@@ -4138,8 +4138,7 @@ engineering.")
(version-major+minor version) "/" name "-"
version ".tar.xz"))
(sha256
- (base32
- "1nqn4a6dr4l1fpzj3mv4swhpnvhjcqlwsyhwm59sdzqgdfx4hbwr"))))
+ (base32 "16wmxxppgcgfj8zkagcny5af1c81x32ysm9d6j9f2k7bmik21ss5"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
- branch master updated (d3b9cbd -> fb81bd9), guix-commits, 2020/10/05
- 02/09: gnu: spice-protocol: Update to 0.14.3., guix-commits, 2020/10/05
- 05/09: gnu: s6-dns: Update to 2.3.3.0., guix-commits, 2020/10/05
- 01/09: gnu: Fix up package copyright headers., guix-commits, 2020/10/05
- 04/09: gnu: obs: Update to 26.0.1., guix-commits, 2020/10/05
- 03/09: gnu: goffice: Update to 0.10.48., guix-commits, 2020/10/05
- 06/09: gnu: s6-portable-utils: Update to 2.2.3.0., guix-commits, 2020/10/05
- 09/09: gnu: perl-cgi: Update to 4.51., guix-commits, 2020/10/05
- 08/09: gnu: python-flake8: Update to 3.8.4., guix-commits, 2020/10/05
- 07/09: gnu: seahorse: Update to 3.36.2.,
guix-commits <=