Unverified Commit 550f1bfc authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.greatfet: 2024.0.2 -> 2024.0.3 (#347913)

parents d648a427 ab7188ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "greatfet";
  version = "2024.0.2";
  version = "2024.0.3";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "greatscottgadgets";
    repo = "greatfet";
    rev = "refs/tags/v${version}";
    hash = "sha256-1GfyhxwA6Nhf/umvllR/hkh5hyn42141QOT7+6IGAis=";
    hash = "sha256-jdOTEOotLiIxA9TxmFGOjP8IZ/8xo7mzXSJRg3A5Ri4=";
  };

  sourceRoot = "${src.name}/host";