Merge pull request #328778 from r-ryantm/auto-update/python312Packages.curl-cffi

python312Packages.curl-cffi: 0.7.0b4 -> 0.7.1
This commit is contained in:
Nick Cao 2024-07-26 19:22:36 -04:00 committed by GitHub
commit eecca18adf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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