python3Packages.helium: 7.0.1 -> 7.0.2

(cherry picked from commit 3ae061b968)
This commit is contained in:
R. Ryantm
2026-06-08 04:14:19 +00:00
committed by github-actions[bot]
parent b1d735948e
commit 6b99556d8f

View File

@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "helium";
version = "7.0.1";
version = "7.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "mherrmann";
repo = "helium";
tag = "v${finalAttrs.version}";
hash = "sha256-gIezXLVlPOpc5GY0eK7ua6TOiAlWV9/oGZQbimKnzjI=";
hash = "sha256-phZ7vSwRVM7QutZuy7Krtp7gUCK+5bg0AZA5qXJSVNA=";
};
build-system = [ setuptools ];