python312Packages.cffi: 1.17.0 -> 1.17.1
https://github.com/python-cffi/cffi/releases/tag/v1.17.1
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user