Unverified Commit b1082464 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python312Packages.cffi: 1.17.0 -> 1.17.1 (#340112)

parents d1d24198 ef83d631
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,12 +21,12 @@ if isPyPy then
else
  buildPythonPackage rec {
    pname = "cffi";
    version = "1.17.0";
    version = "1.17.1";
    pyproject = true;

    src = fetchPypi {
      inherit pname version;
      hash = "sha256-8xV2JLdVi5FMsDn9Gvc15egEmofIF8whUQmtHId533Y=";
      hash = "sha256-HDnGAWwyvEjdVFYZUOvWg24WcPKuRhKPZ89J54nFKCQ=";
    };

    patches =