garmindb: 3.6.5 -> 3.6.7

This commit is contained in:
R. Ryantm
2025-11-12 08:02:36 +00:00
parent ff7090395a
commit c9a5c9bbe7
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "garmindb";
version = "3.6.5";
version = "3.6.7";
pyproject = true;
src = fetchFromGitHub {
owner = "tcgoetz";
repo = "garmindb";
tag = "v${version}";
hash = "sha256-uXRFvItaO4ptvxzvqN8bOzTUWcVeGk0IX82z+yLWFDw=";
hash = "sha256-Dosw6/n4GYYJR3KFP4RdNOUpACpRAfMMmyNj/J54TMk=";
};
pythonRelaxDeps = [