python3Packages.greatfet: 2024.0.4 -> 2025.0.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:14 +01:00
parent 23bb6f6712
commit b9314b0e73
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "greatfet";
version = "2024.0.4";
version = "2025.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "greatscottgadgets";
repo = "greatfet";
tag = "v${version}";
hash = "sha256-3ClM4UzVIDEkVBrFwzvLokbxUHXqdQWyNVqcFtiXCOQ=";
hash = "sha256-tY1ZUtjCeb0+EmmbzKbIcPQrjHc3JzgA/6yDuFwwHu4=";
};
sourceRoot = "${src.name}/host";