Unverified Commit daee37cb authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents 754c8d27 e194b244
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];