python3Packages.cffi: 2.1.0 -> 2.1.1

Diff: https://github.com/python-cffi/cffi/compare/v2.1.0...v2.1.1

Changelog: https://github.com/python-cffi/cffi/releases/tag/v2.1.1
This commit is contained in:
Fabian Affolter
2026-08-23 09:25:32 +02:00
parent 7d5dbca098
commit 930c8e9e26

View File

@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "cffi";
version = "2.1.0";
version = "2.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "python-cffi";
repo = "cffi";
tag = "v${version}";
hash = "sha256-17OgcPo1pYwsPV/2iHe7iXVusCp5zLTFGcHYUfX1g48=";
hash = "sha256-01cqKx1TukxJJy00Cs/iuqc1+Yrq2//JJHfsUnJYNyw=";
};
nativeBuildInputs = [ pkg-config ];