Skip to content

Commit

Permalink
python312Packages.pyzx: 0.8.0 -> 0.9.0 (NixOS#381302)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Feb 14, 2025
2 parents be9e4c2 + 3b776d2 commit 4dcc60e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pyzx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

buildPythonPackage rec {
pname = "pyzx";
version = "0.8.0";
version = "0.9.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -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 ];
Expand Down Expand Up @@ -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 ];
};
Expand Down

0 comments on commit 4dcc60e

Please sign in to comment.