python3Packages.pyzx: 0.10.3 -> 0.10.4 (#540168)

This commit is contained in:
Yohann Boniface
2026-07-10 20:14:55 +00:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "pyzx";
version = "0.10.3";
version = "0.10.4";
pyproject = true;
src = fetchFromGitHub {
owner = "zxcalc";
repo = "pyzx";
tag = "v${version}";
hash = "sha256-pvwn1Kva2T9twrWieqWmB7DR+vTbRsARs1ltHQ3V2g4=";
hash = "sha256-ovc+7EACfGHbqGtBwD01h7TdSaifOGQK5E4+judVvSI=";
};
build-system = [ setuptools ];