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.
This commit is contained in:
		
							parent
							
								
									e80022ff3a
								
							
						
					
					
						commit
						7823c65040
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		|  | @ -1610,13 +1610,13 @@ signatures.") | ||||||
| (define-public python-pgpy | (define-public python-pgpy | ||||||
|   (package |   (package | ||||||
|     (name "python-pgpy") |     (name "python-pgpy") | ||||||
|     (version "0.5.3") |     (version "0.6.0") | ||||||
|     (source |     (source | ||||||
|       (origin |       (origin | ||||||
|         (method url-fetch) |         (method url-fetch) | ||||||
|         (uri (pypi-uri "PGPy" version)) |         (uri (pypi-uri "PGPy" version)) | ||||||
|         (sha256 |         (sha256 | ||||||
|          (base32 "11rrq15gmn6qbahli7czflfcngjl7zyybjlvk732my6axnf2d754")))) |          (base32 "10w3h934fi1ijx72ppn67a50yhkf8n1db6xx02gk2fjc7wsjx717")))) | ||||||
|     (build-system python-build-system) |     (build-system python-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:phases |      `(#:phases | ||||||
|  | @ -1628,8 +1628,7 @@ signatures.") | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      (list python-pytest |      (list python-pytest | ||||||
|            python-wheel)) |            python-wheel)) | ||||||
|     (propagated-inputs (list python-cryptography python-pyasn1 |     (propagated-inputs (list python-cryptography python-pyasn1)) | ||||||
|                              python-singledispatch python-six)) |  | ||||||
|     (home-page "https://github.com/SecurityInnovation/PGPy") |     (home-page "https://github.com/SecurityInnovation/PGPy") | ||||||
|     (synopsis "Python implementation of OpenPGP") |     (synopsis "Python implementation of OpenPGP") | ||||||
|     (description |     (description | ||||||
|  |  | ||||||
		Reference in a new issue