From c6e1d0bf0fe6369e45e345f32f4d6b8b961679b3 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 12 Jun 2024 15:54:34 +0200 Subject: [PATCH] python3Packages.curl-cffi: 0.6.4 -> 0.7.0 --- pkgs/development/python-modules/curl-cffi/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/curl-cffi/default.nix b/pkgs/development/python-modules/curl-cffi/default.nix index de769f3bcf3e..76a4566cce7c 100644 --- a/pkgs/development/python-modules/curl-cffi/default.nix +++ b/pkgs/development/python-modules/curl-cffi/default.nix @@ -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 ];