python3Packages.cffi: 2.0.0 -> 2.1.0

https://github.com/python-cffi/cffi/releases/tag/v2.1.0
This commit is contained in:
Martin Weinelt
2026-07-11 18:11:46 +02:00
parent c56d6b91f7
commit 2987a2e9bb

View File

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