python312Packages.fyta-cli: 0.6.10 -> 0.7.0

https://github.com/dontinelli/fyta_cli/releases/tag/v0.7.0
This commit is contained in:
Martin Weinelt
2024-12-09 03:46:25 +01:00
parent d1bf40992d
commit d27e588be0
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "fyta-cli";
version = "0.6.10";
version = "0.7.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "dontinelli";
repo = "fyta_cli";
rev = "refs/tags/v${version}";
hash = "sha256-sPbN6gMPtNzYTYQ5F8w59m5DKobx/TV6v5v8Q9u1rXQ=";
hash = "sha256-OgpQh7WyZynFd308TjIGkQNoy8TFu9gynbDiLueqB/0=";
};
build-system = [ hatchling ];