python3Packages.pygreat: 2024.0.5 -> 2026.0.0 (#523899)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-27 16:19:37 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -51,6 +51,8 @@ buildPythonPackage rec {
setuptools
];
pythonRelaxDeps = [ "pygreat" ];
pythonRemoveDeps = [ "future" ];
dependencies = [
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pygreat";
version = "2024.0.5";
version = "2026.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "greatscottgadgets";
repo = "libgreat";
tag = "v${version}";
hash = "sha256-2PFeCG7m8qiK3eBX2838P6ZsLoQxcJBG+/TppUMT6dE=";
hash = "sha256-m+s2TAJK7UhKWbuSd5ec1O40WeMXxJyTD9yqPOr0LEM=";
};
sourceRoot = "${src.name}/host";
@@ -26,8 +26,6 @@ buildPythonPackage rec {
--replace-fail 'dynamic = ["version"]' 'version = "${version}"'
'';
pythonRemoveDeps = [ "backports.functools_lru_cache" ];
build-system = [ setuptools ];
dependencies = [ pyusb ];