python3Packages.pyjvcprojector: 2.0.5 -> 2.0.6 (#513805)

This commit is contained in:
dotlambda
2026-04-26 22:51:24 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pyjvcprojector";
version = "2.0.5";
version = "2.0.6";
pyproject = true;
src = fetchFromGitHub {
owner = "SteveEasley";
repo = "pyjvcprojector";
tag = "v${version}";
hash = "sha256-cfeC5KuExA4GIw7vrSBtUC4TWI8PBukOfdhbWpscyok=";
hash = "sha256-HFnaMIlF+C2fi8NlMtQKEMY35lAS15ij4QyFMFYhiU8=";
};
build-system = [ setuptools ];