python3Packages.helium: 7.0.2 -> 7.0.3

This commit is contained in:
R. Ryantm
2026-07-13 14:14:40 +00:00
parent e85df26e31
commit 4e0b3e5c45
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "helium";
version = "7.0.2";
version = "7.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "mherrmann";
repo = "helium";
tag = "v${finalAttrs.version}";
hash = "sha256-phZ7vSwRVM7QutZuy7Krtp7gUCK+5bg0AZA5qXJSVNA=";
hash = "sha256-I3qLp3v6aIwGIelzNE5gRnvp/eHVPfzJijUxlT28Wqs=";
};
build-system = [ setuptools ];