python312Packages.curl-cffi: 0.7.0b4 -> 0.7.1

This commit is contained in:
R. Ryantm
2024-07-20 23:53:40 +00:00
parent f0e8b2d93e
commit 1725c6eb4a
@@ -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 ];