python314.pkgs.gotify: disable

This commit is contained in:
Doron Behar
2026-01-04 16:30:39 +02:00
parent 225a5e52bc
commit 86ad2edebb
@@ -3,6 +3,7 @@
stdenv,
buildPythonPackage,
fetchFromGitHub,
pythonAtLeast,
flit-core,
nix-update-script,
httpx,
@@ -17,6 +18,7 @@ buildPythonPackage rec {
pname = "gotify";
version = "0.6.0";
pyproject = true;
disabled = pythonAtLeast "3.14";
src = fetchFromGitHub {
owner = "d-k-bo";