pdk-ciel: 2.4.0 -> 2.4.1

This commit is contained in:
R. Ryantm
2026-04-22 15:58:45 +00:00
parent 3f2a8dde01
commit 145bde70a8
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "ciel";
version = "2.4.0";
version = "2.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "fossi-foundation";
repo = "ciel";
tag = finalAttrs.version;
hash = "sha256-AWbkHL0zO3tD0mE3dZIcj8mVND7o3imTxOpEfOtlRDI=";
hash = "sha256-p35R0wfoGR8CmI++ae7iKLJs00RHHMdaSckgC18EIyM=";
};
build-system = [ python3Packages.poetry-core ];