pdk-ciel: 2.5.1 -> 2.6.0 (#537326)

This commit is contained in:
nixpkgs-ci[bot] 2026-07-01 09:44:09 +00:00 committed by GitHub
commit c5871d2171
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 ];