pdk-ciel: 2.4.1 -> 2.5.0

This commit is contained in:
R. Ryantm
2026-06-14 01:31:26 +00:00
parent a18d24ff2b
commit cbdfc4a898
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "ciel";
version = "2.4.1";
version = "2.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "fossi-foundation";
repo = "ciel";
tag = finalAttrs.version;
hash = "sha256-p35R0wfoGR8CmI++ae7iKLJs00RHHMdaSckgC18EIyM=";
hash = "sha256-EDXsR2cBU8+Z4h/Pkac5An9/TVI9LkZqLB3xAjrQq78=";
};
build-system = [ python3Packages.poetry-core ];