python3Packages.pyzx: 0.9.0 -> 0.10.3 (#515374)

This commit is contained in:
Peder Bergebakken Sundt
2026-06-07 17:16:16 +00:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "pyzx";
version = "0.9.0";
version = "0.10.3";
pyproject = true;
src = fetchFromGitHub {
owner = "zxcalc";
repo = "pyzx";
tag = "v${version}";
hash = "sha256-MhsbJIDeSIeF0LaHhI6nNxPD3ZjBWh5yvLGuwBH41a4=";
hash = "sha256-pvwn1Kva2T9twrWieqWmB7DR+vTbRsARs1ltHQ3V2g4=";
};
build-system = [ setuptools ];