1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-11 02:15:21 +09:00

python312Packages.curl-cffi: 0.7.4 -> 0.10.0 (#395466)

This commit is contained in:
dotlambda 2025-06-02 22:18:53 -07:00 committed by GitHub
commit 3aab1eedff
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "curl-cffi";
version = "0.7.4";
version = "0.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "lexiforest";
repo = "curl_cffi";
tag = "v${version}";
hash = "sha256-Q1VppzQ1Go+ia1D1BemTf40o9wV0miWyoGy/tY+95qE==";
hash = "sha256-h7PPlxjIVT6T9x7gKBSifuWl8wzUNDwRcaUifUS0icM=";
};
patches = [ ./use-system-libs.patch ];