python3Packages.pyjvcprojector: 2.0.1 -> 2.0.3 (#500424)

This commit is contained in:
dotlambda
2026-03-16 15:39:24 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pyjvcprojector";
version = "2.0.1";
version = "2.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "SteveEasley";
repo = "pyjvcprojector";
tag = "v${version}";
hash = "sha256-GKtBAW7opa6EQ+O3XfAi7D0V2KLWf+c+ECpBLbgVA9w=";
hash = "sha256-AXBayuGR8FxamyNMXzMO0sLaQNEmxkSbn/dcZxmLNG4=";
};
build-system = [ setuptools ];