Unverified Commit 37afe439 authored by Nicky Mouha's avatar Nicky Mouha Committed by GitHub
Browse files

curl-cffi: 0.7.2 (broken) -> 0.7.4

parent 5503736c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "curl-cffi";
  version = "0.7.2";
  version = "0.7.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "lexiforest";
    repo = "curl_cffi";
    rev = "refs/tags/v${version}";
    hash = "sha256-s8P/7erdAeGZuykUrgpCcm0a4ym3Y8F6kKFXoDXsOdQ=";
    hash = "sha256-Q1VppzQ1Go+ia1D1BemTf40o9wV0miWyoGy/tY+95qE==";
  };

  patches = [ ./use-system-libs.patch ];