[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-pgpy: Update to 0.6.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-pgpy: Update to 0.6.0. |
Date: |
Tue, 17 Oct 2023 11:14:48 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7823c65040 gnu: python-pgpy: Update to 0.6.0.
7823c65040 is described below
commit 7823c6504082a0cfbd98beb301e041fb8bc4e44e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 17 18:10:53 2023 +0300
gnu: python-pgpy: Update to 0.6.0.
* gnu/packages/python-crypto.scm (python-pgpy): Update to 0.6.0.
[propagated-inputs]: Remove python-singledispatch and python-six.
---
gnu/packages/python-crypto.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 0dbbb15448..79c323663a 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1610,13 +1610,13 @@ signatures.")
(define-public python-pgpy
(package
(name "python-pgpy")
- (version "0.5.3")
+ (version "0.6.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "PGPy" version))
(sha256
- (base32 "11rrq15gmn6qbahli7czflfcngjl7zyybjlvk732my6axnf2d754"))))
+ (base32 "10w3h934fi1ijx72ppn67a50yhkf8n1db6xx02gk2fjc7wsjx717"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -1628,8 +1628,7 @@ signatures.")
(native-inputs
(list python-pytest
python-wheel))
- (propagated-inputs (list python-cryptography python-pyasn1
- python-singledispatch python-six))
+ (propagated-inputs (list python-cryptography python-pyasn1))
(home-page "https://github.com/SecurityInnovation/PGPy")
(synopsis "Python implementation of OpenPGP")
(description
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-pgpy: Update to 0.6.0.,
guix-commits <=