pdk-ciel: 2.5.1 -> 2.6.0

This commit is contained in:
R. Ryantm 2026-07-01 08:06:12 +00:00
commit a35476c08b

View file

@ -6,14 +6,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "ciel";
version = "2.5.1";
version = "2.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "fossi-foundation";
repo = "ciel";
tag = finalAttrs.version;
hash = "sha256-O2HgkRzTWd8GjMEkQZw9F4Re7zYIxZ+gPjs3gwy4DqE=";
hash = "sha256-koN65VQLGXvVmVd8hNJvbDn7R/4EHg/sNaHvWDWW4DM=";
};
build-system = [ python3Packages.poetry-core ];