python312Packages.cffi: 1.17.0 -> 1.17.1

https://github.com/python-cffi/cffi/releases/tag/v1.17.1
This commit is contained in:
Martin Weinelt
2024-09-06 16:53:50 +02:00
parent 5a24308c38
commit ef83d631b1
@@ -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 =