garmindb: 3.6.4 -> 3.6.5 (#434500)
Co-authored-by: ethancedwards8 <ethan@ethancedwards.com>
This commit is contained in:
commit
2e31e79f16
@ -7,14 +7,14 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "garmindb";
|
pname = "garmindb";
|
||||||
version = "3.6.4";
|
version = "3.6.5";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tcgoetz";
|
owner = "tcgoetz";
|
||||||
repo = "garmindb";
|
repo = "garmindb";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-0srcvYBexsrkQw+AVH3LuIB/+VaQ77Kjv6rHVOq2Reo=";
|
hash = "sha256-uXRFvItaO4ptvxzvqN8bOzTUWcVeGk0IX82z+yLWFDw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user