python312Packages.pyzx: 0.8.0 -> 0.9.0 (#381302)

This commit is contained in:
Weijia Wang
2025-02-14 14:49:25 +01:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pyzx";
version = "0.8.0";
version = "0.9.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "zxcalc";
repo = "pyzx";
tag = "v${version}";
hash = "sha256-4yc4P2v2L/F/A1A9z41ow2KA0aUA+3SJyC+wyMWzhwM=";
hash = "sha256-MhsbJIDeSIeF0LaHhI6nNxPD3ZjBWh5yvLGuwBH41a4=";
};
build-system = [ setuptools ];
@@ -62,7 +62,7 @@ buildPythonPackage rec {
meta = {
description = "Library for quantum circuit rewriting and optimisation using the ZX-calculus";
homepage = "https://github.com/zxcalc/pyzx";
changelog = "https://github.com/zxcalc/pyzx/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/zxcalc/pyzx/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ bcdarwin ];
};