crudini: 0.9.5 -> 0.9.6

This commit is contained in:
R. Ryantm
2025-04-19 15:51:43 +02:00
committed by Peter Hoeg
parent f6b1f11c69
commit 3cd61cfc04
+3 -3
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "crudini";
version = "0.9.5";
version = "0.9.6";
format = "pyproject";
src = fetchFromGitHub {
owner = "pixelb";
repo = "crudini";
rev = version;
hash = "sha256-BU4u7uBsNyDOwWUjOIlBWcf1AeUXXZ+johAe+bjws1U=";
tag = version;
hash = "sha256-XW9pdP+aie6v9h35gLYM0wVrcsh+dcEB7EueATOV4w4=";
};
postPatch = ''