diff options
| author | Leo Famulari <leo@famulari.name> | 2016-03-04 05:35:46 -0500 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2016-03-04 18:09:20 -0500 |
| commit | 65f1b8a591c4481b6b084a16bc5a1597a04509da (patch) | |
| tree | da2b180dcabbeb27b3c841540f948e8653fd966c /gnu/packages/python.scm | |
| parent | 44abcb28686fbe72b576c0c5b4d92f04a675270f (diff) | |
gnu: python-cryptography, python-cryptography-vectors: Update to 1.2.3.
These packages should be updated together.
* gnu/packages/python.scm (python-cryptography): Update to 1.2.3.
(python-cryptography-vectors): Update to 1.2.3.
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 131ec6207bf..050f9e64c0e 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -5768,7 +5768,7 @@ responses, rather than doing any computation.") | |||
| 5768 | (define-public python-cryptography-vectors | 5768 | (define-public python-cryptography-vectors |
| 5769 | (package | 5769 | (package |
| 5770 | (name "python-cryptography-vectors") | 5770 | (name "python-cryptography-vectors") |
| 5771 | (version "1.2.2") | 5771 | (version "1.2.3") |
| 5772 | (source | 5772 | (source |
| 5773 | (origin | 5773 | (origin |
| 5774 | (method url-fetch) | 5774 | (method url-fetch) |
| @@ -5777,7 +5777,7 @@ responses, rather than doing any computation.") | |||
| 5777 | version ".tar.gz")) | 5777 | version ".tar.gz")) |
| 5778 | (sha256 | 5778 | (sha256 |
| 5779 | (base32 | 5779 | (base32 |
| 5780 | "1zg47fzzn30mgkkbwrxqqcfq9crgabcmxyiy106n9404wbhfjkkl")))) | 5780 | "0shawgpax79gvjrj0a313sll9gaqys7q1hxngn6j4k24lmz7bwki")))) |
| 5781 | (build-system python-build-system) | 5781 | (build-system python-build-system) |
| 5782 | (native-inputs | 5782 | (native-inputs |
| 5783 | `(("python-setuptools" ,python-setuptools))) | 5783 | `(("python-setuptools" ,python-setuptools))) |
| @@ -5794,14 +5794,14 @@ responses, rather than doing any computation.") | |||
| 5794 | (define-public python-cryptography | 5794 | (define-public python-cryptography |
| 5795 | (package | 5795 | (package |
| 5796 | (name "python-cryptography") | 5796 | (name "python-cryptography") |
| 5797 | (version "1.2.2") | 5797 | (version "1.2.3") |
| 5798 | (source | 5798 | (source |
| 5799 | (origin | 5799 | (origin |
| 5800 | (method url-fetch) | 5800 | (method url-fetch) |
| 5801 | (uri (pypi-uri "cryptography" version)) | 5801 | (uri (pypi-uri "cryptography" version)) |
| 5802 | (sha256 | 5802 | (sha256 |
| 5803 | (base32 | 5803 | (base32 |
| 5804 | "0rvaha7ymgbqkzbxk7xmj67k5b3hbp8w8cn3m5z776vd22wrq89z")))) | 5804 | "0kj511z4g21fhcr649pyzpl0zzkkc7hsgxxjys6z8wwfvmvirccf")))) |
| 5805 | (build-system python-build-system) | 5805 | (build-system python-build-system) |
| 5806 | (inputs | 5806 | (inputs |
| 5807 | `(("openssl" ,openssl))) | 5807 | `(("openssl" ,openssl))) |
