We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f902e commit 3b12f67Copy full SHA for 3b12f67
Formula/c/cryptography.rb
@@ -1,8 +1,8 @@
1
class Cryptography < Formula
2
desc "Cryptographic recipes and primitives for Python"
3
homepage "https://cryptography.io/en/latest/"
4
- url "https://files.pythonhosted.org/packages/a9/62/e3664e6ffd7743e1694b244dde70b43a394f6f7fbcacf7014a8ff5197c73/cryptography-46.0.1.tar.gz"
5
- sha256 "ed570874e88f213437f5cf758f9ef26cbfc3f336d889b1e592ee11283bb8d1c7"
+ url "https://files.pythonhosted.org/packages/4a/9b/e301418629f7bfdf72db9e80ad6ed9d1b83c487c471803eaa6464c511a01/cryptography-46.0.2.tar.gz"
+ sha256 "21b6fc8c71a3f9a604f028a329e5560009cc4a3a828bfea5fcba8eb7647d88fe"
6
license any_of: ["Apache-2.0", "BSD-3-Clause"]
7
head "https://github.com/pyca/cryptography.git", branch: "main"
8
0 commit comments