Merge pull request #315965 from r-ryantm/auto-update/python311Packages.fyta-cli

python311Packages.fyta-cli: 0.4.1 -> 0.5.0
This commit is contained in:
Nick Cao 2024-05-31 13:25:26 -04:00 committed by GitHub
commit dd389db990
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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