[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu: gpa: Update to 0.11.0.
From: |
guix-commits |
Subject: |
03/04: gnu: gpa: Update to 0.11.0. |
Date: |
Wed, 22 Jan 2025 08:21:10 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit a4c89856e5dca0bbfdf25f712563121e3ffbb0cb
Author: Aaron Covrig <aaron.covrig.us@ieee.org>
AuthorDate: Sun Jan 19 20:14:50 2025 -0500
gnu: gpa: Update to 0.11.0.
* gnu/packages/gnupg.scm (gpa): Update to 0.11.0.
[inputs]: Replace gtk+-2 by gtk+.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: I4ca1165b6753dbed922049f2f2839a5be5abd6da
---
gnu/packages/gnupg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index ef2344d7e6..6edfa1d3a4 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -1083,14 +1083,14 @@ however, pgpdump produces more detailed and easier to
understand output.")
(define-public gpa
(package
(name "gpa")
- (version "0.10.0")
+ (version "0.11.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnupg/gpa/"
name "-" version ".tar.bz2"))
(sha256
(base32
- "1cbpc45f8qbdkd62p12s3q2rdq6fa5xdzwmcwd3xrj55bzkspnwm"))))
+ "1k1kvxffyb4nm83yp3mnx9bfmcciwb7vfw8c3xscnh85yxdzma16"))))
(build-system gnu-build-system)
(arguments
`(#:phases
@@ -1108,7 +1108,7 @@ however, pgpdump produces more detailed and easier to
understand output.")
gpgme
libassuan
libgpg-error
- gtk+-2))
+ gtk+))
(home-page "https://gnupg.org/software/gpa/")
(synopsis "Graphical user interface for GnuPG")
(description