python312Packages.greatfet: 2024.0.3 -> 2024.0.4

This commit is contained in:
R. Ryantm
2024-12-27 04:54:24 +00:00
parent 162b4bf7b3
commit 552fcd0015
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "greatfet";
version = "2024.0.3";
version = "2024.0.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,8 +25,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "greatscottgadgets";
repo = "greatfet";
rev = "refs/tags/v${version}";
hash = "sha256-jdOTEOotLiIxA9TxmFGOjP8IZ/8xo7mzXSJRg3A5Ri4=";
tag = "v${version}";
hash = "sha256-3ClM4UzVIDEkVBrFwzvLokbxUHXqdQWyNVqcFtiXCOQ=";
};
sourceRoot = "${src.name}/host";