guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: python-gnupg: Build with gnupg.


From: guix-commits
Subject: 02/03: gnu: python-gnupg: Build with gnupg.
Date: Sun, 3 Oct 2021 08:26:01 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 69c7dd8090cdbf1966fff0bab8ff298f91c7a6e0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 3 15:19:06 2021 +0300

    gnu: python-gnupg: Build with gnupg.
    
    * gnu/packages/gnupg.scm (python-gnupg)[native-inputs]: Replace gnupg-1
    with gnupg.
---
 gnu/packages/gnupg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 4564cb9..40f9ce3 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2014, 2018 Eric Bavier <bavier@member.fsf.org>
 ;;; Copyright © 2014, 2015, 2016, 2020 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner 
<efraim@flashner.co.il>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner 
<efraim@flashner.co.il>
 ;;; Copyright © 2015, 2016, 2017, 2019 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2016 Christine Lemmer-Webber <cwebber@dustycloud.org>
 ;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
@@ -594,7 +594,7 @@ decrypt messages using the OpenPGP format by making use of 
GPGME.")
              (invoke "python"
                      "test_gnupg.py" "--no-doctests"))))))
     (native-inputs
-     `(("gnupg" ,gnupg-1)))
+     `(("gnupg" ,gnupg)))
     (home-page "https://pythonhosted.org/python-gnupg/index.html";)
     (synopsis "Wrapper for the GNU Privacy Guard")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]