gnu: python-gpg: Use explicit version 1.8.0 instead of GPGME's.

GPGME defines version 1.9.0, which isn't yet available for python-gnupg, whose
latest version is 1.8.0, so we use that explicitly instead.

Fixes <https://bugs.gnu.org/26610>.

* gnu/packages/gnupg.scm (python-gpg, python2-gpg): Use explicit version 1.8.0
instead of GPGME's version.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Ivan Vilata-i-Balaguer 2017-06-01 10:33:09 +02:00 committed by Leo Famulari
parent dd35abfeee
commit 99c63f3f07
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ and every application benefits from this.")
(define-public python-gpg
(package
(name "python-gpg")
(version (package-version gpgme))
(version "1.8.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "gpg" version))