summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-02-09 20:45:09 -0800
committerDanny Milosavljevic <dannym@scratchpost.org>2019-02-11 11:04:44 +0100
commita62887d30dca9406f5608c59df80911984c59685 (patch)
tree43820ca528730793c02e5a06d8d1461daa526fc0 /gnu/packages/python-crypto.scm
parent6e2bad000fb2d509be3fd557313dbd00d8a02a61 (diff)
gnu: python-pycryptodome: Update to 3.7.3.
* gnu/packages/python-crypto (python-cryptodome): Update to 3.7.3.
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-rw-r--r--gnu/packages/python-crypto.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 077330e54a1..68b4ad478b4 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -803,14 +803,14 @@ protocol (Javascript Object Signing and Encryption).")
803(define-public python-pycryptodome 803(define-public python-pycryptodome
804 (package 804 (package
805 (name "python-pycryptodome") 805 (name "python-pycryptodome")
806 (version "3.7.2") 806 (version "3.7.3")
807 (source 807 (source
808 (origin 808 (origin
809 (method url-fetch) 809 (method url-fetch)
810 (uri (pypi-uri "pycryptodome" version)) 810 (uri (pypi-uri "pycryptodome" version))
811 (sha256 811 (sha256
812 (base32 812 (base32
813 "1xxf5cyhlc5ak5skf4zgqz9yk5fj5g70hd06hc1jym995lxpxz7m")))) 813 "0dh6ky5ngxayyn5f6n7gdamjl49g3khz6pdx9sdnag1zwi8248hs"))))
814 (build-system python-build-system) 814 (build-system python-build-system)
815 (home-page "https://www.pycryptodome.org") 815 (home-page "https://www.pycryptodome.org")
816 (synopsis "Cryptographic library for Python") 816 (synopsis "Cryptographic library for Python")