python312Packages.greatfet: 2024.0.1 -> 2024.0.2

This commit is contained in:
R. Ryantm
2024-09-19 15:40:57 +00:00
parent 4f91815a07
commit 9114eee2a2
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "greatfet";
version = "2024.0.1";
version = "2024.0.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "greatscottgadgets";
repo = "greatfet";
rev = "refs/tags/v${version}";
hash = "sha256-AKpaJZJTzMY3IQXLvVnLWh3IHeGp759z6tvaBl28BHQ=";
hash = "sha256-1GfyhxwA6Nhf/umvllR/hkh5hyn42141QOT7+6IGAis=";
};
sourceRoot = "${src.name}/host";