python312Packages.fyta-cli: 0.6.6 -> 0.6.7 (#346784)

This commit is contained in:
Fabian Affolter
2024-10-06 09:54:32 +02:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "fyta-cli";
version = "0.6.6";
version = "0.6.7";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "dontinelli";
repo = "fyta_cli";
rev = "refs/tags/v${version}";
hash = "sha256-yuTfrWiGxoiEmQ1zaYM2ZrlrssZ+hCupPxar9SUP4uU=";
hash = "sha256-KdrDRiPpkG8SDPWtGKU7A14WtQuuA4823t47uWHdGko=";
};
build-system = [ hatchling ];