python312Packages.experiment-utilities: 0.3.8 -> 0.3.9 (#378821)

This commit is contained in:
Sandro
2025-02-02 16:07:10 +01:00
committed by GitHub

View File

@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "experiment-utilities";
version = "0.3.8";
version = "0.3.9";
pyproject = true;
src = fetchFromGitHub {
owner = "ChrisReinke";
repo = "exputils";
tag = "v${version}";
hash = "sha256-fo8kwxm5/oEuLXVKhBrvKg18S0Yh6SkkNRaHUGJfdw4=";
hash = "sha256-LQ1RjDcOL1SroNzWSfSS2OUSqsGgWOly7bLcbZ7e8LY=";
};
pythonRelaxDeps = [