python3Packages.pyzx: 0.10.3 -> 0.10.4

This commit is contained in:
R. Ryantm
2026-07-10 01:04:27 +00:00
parent d8e7f89b36
commit 12030ff372
@@ -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 ];