garmindb: 3.6.4 -> 3.6.5

This commit is contained in:
R. Ryantm 2025-08-17 15:35:08 +00:00
parent e1b788a9cb
commit a3f557907a

View File

@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "garmindb";
version = "3.6.4";
version = "3.6.5";
pyproject = true;
src = fetchFromGitHub {
owner = "tcgoetz";
repo = "garmindb";
tag = "v${version}";
hash = "sha256-0srcvYBexsrkQw+AVH3LuIB/+VaQ77Kjv6rHVOq2Reo=";
hash = "sha256-uXRFvItaO4ptvxzvqN8bOzTUWcVeGk0IX82z+yLWFDw=";
};
pythonRelaxDeps = [