Merge pull request #281971 from r-ryantm/auto-update/python311Packages.http-ece

python311Packages.http-ece: 1.1.0 -> 1.2.0
This commit is contained in:
Weijia Wang 2024-02-04 22:53:36 +01:00 committed by GitHub
commit 7af57fe1e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "http_ece";
version = "1.1.0";
version = "1.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "1y5ln09ji4dwpzhxr77cggk02kghq7lql60a6969a5n2lwpvqblk";
sha256 = "sha256-tZIPjvuOG1+wJXE+Ozb9pUM2JiAQY0sm3B+Y+F0es94=";
};
propagatedBuildInputs = [ cryptography ]