This commit is contained in:
mjallen18
2026-03-03 15:21:28 -06:00
parent b0ecedaf2a
commit 9b1c9a6371

View File

@@ -12,7 +12,7 @@ python3Packages.buildPythonPackage rec {
src = python3Packages.fetchPypi {
inherit pname version;
hash = "sha256-HS33yTE+3n0DKRD4+cr8zAE+xcW1ca7q8inQ7qwKJMA=";
hash = "sha256-+BWGkUDKd+9QGbdXuLjmJxLm1xUv0dpIRlPlDkUJ25w=";
};
build-system = with python3Packages; [ setuptools ];