patroni: 4.1.2 -> 4.1.4

This commit is contained in:
R. Ryantm
2026-07-07 23:53:01 +00:00
parent 776e86a16d
commit 09385dd80c
+2 -2
View File
@@ -23,14 +23,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "patroni";
version = "4.1.2";
version = "4.1.4";
pyproject = true;
src = fetchFromGitHub {
owner = "zalando";
repo = "patroni";
tag = "v${finalAttrs.version}";
hash = "sha256-P64smYmLJyuqMpqYY2lRbZwupfYBsg03FrzUZ6CBGpI=";
hash = "sha256-KCixqBMXJTl+Ins8B+VQ3qRxNSgEGlZz3XRYp4qDUHs=";
};
build-system = with python3Packages; [ setuptools ];