me
/
guix
Archived
1
0
Fork 0

gnu: Remove python2-pycryptodome.

* gnu/packages/python-crypto.scm (python2-pycryptodome): Delete variable.
Maxim Cournoyer 2022-04-29 17:38:12 -04:00
parent 56cfb65eb5
commit 385fa1a3ed
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 3 deletions

View File

@ -1010,9 +1010,6 @@ PyCryptodome variants, the other being python-pycryptodomex.")
(license (list license:bsd-2
license:public-domain)))) ; code inherited from PyCrypto
(define-public python2-pycryptodome
(package-with-python2 python-pycryptodome))
(define-public python-pycryptodomex
(package (inherit python-pycryptodome)
(name "python-pycryptodomex")