python312Packages.fyta-cli: 0.4.0 -> 0.4.1

https://github.com/dontinelli/fyta_cli/releases/tag/v0.4.1
This commit is contained in:
Martin Weinelt 2024-05-03 14:23:15 +02:00
parent 19465308bb
commit 0379de44fd

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "fyta-cli";
version = "0.4.0";
version = "0.4.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "dontinelli";
repo = "fyta_cli";
rev = "refs/tags/v${version}";
hash = "sha256-ThxC+s0vkvFQw9FKMWO+cHJB1ci+USdxQa4PRqHrKLM=";
hash = "sha256-eWuuHIq79n1oFsvBfVySfGCtHz+MlFRR3j8uqtVR+V0=";
};
build-system = [ hatchling ];