python3Packages.curl-cffi: 0.6.4 -> 0.7.0

This commit is contained in:
Pol Dellaiera 2024-06-12 15:54:34 +02:00
parent 9681f01d03
commit c6e1d0bf0f
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "curl-cffi";
version = "0.6.4";
version = "0.7.0";
src = fetchFromGitHub {
owner = "yifeikong";
repo = "curl_cffi";
rev = "refs/tags/v${version}";
hash = "sha256-bNBpZAIdfub2osByo827RBw/gouCmNt8uVN0y1KdcUk=";
hash = "sha256-txrJNUzswAPeH4Iazn0iKJI0Rqk0HHRoDrtTfDHKMoo=";
};
patches = [ ./use-system-libs.patch ];