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

This commit is contained in:
Martin Weinelt
2024-09-12 04:29:01 +02:00
committed by GitHub
@@ -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 =