Unverified Commit 47cd3201 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #312124 from r-ryantm/auto-update/python311Packages.curl-cffi

python311Packages.curl-cffi: 0.6.3 -> 0.6.4
parents 2a375993 f7556e37
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildPythonPackage rec {
  pname = "curl-cffi";
  version = "0.6.3";
  version = "0.6.4";

  src = fetchFromGitHub {
    owner = "yifeikong";
    repo = "curl_cffi";
    rev = "v${version}";
    hash = "sha256-VeBh5wp/VEMDGR2YK06w34hBv9qHIyA+EiZHrhEhAGw=";
    rev = "refs/tags/v${version}";
    hash = "sha256-bNBpZAIdfub2osByo827RBw/gouCmNt8uVN0y1KdcUk=";
  };

  patches = [