fetchtastic: 0.10.9 -> 0.10.10

This commit is contained in:
R. Ryantm
2026-06-05 03:14:01 +00:00
parent fcfb4d2c1c
commit 9de834dea0
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "fetchtastic";
version = "0.10.9";
version = "0.10.10";
pyproject = true;
src = fetchFromGitHub {
owner = "jeremiah-k";
repo = "fetchtastic";
tag = finalAttrs.version;
hash = "sha256-eFDj3qv3cYt/7tf+v93QwqoVLEEfpt21g4l0MrLTaLc=";
hash = "sha256-ImXBH1mvJE+Ae7fUqR/Z381TKGt6hq0BRHhdtOz3YO4=";
};
pythonRelaxDeps = [ "platformdirs" ];