python311Packages.stim: 1.12.1 -> 1.13.0

This commit is contained in:
R. Ryantm 2024-03-25 04:30:45 +00:00
parent 3a6b97ce32
commit 3f430e2370
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "stim";
version = "1.12.1";
version = "1.13.0";
pyproject = true;
disabled = pythonOlder "3.6";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "quantumlib";
repo = "Stim";
rev = "refs/tags/v${version}";
hash = "sha256-vDpW8cn1JPARDIXpLyK9uenhHmva0FwnWIDV7dSHbIY=";
hash = "sha256-anJvDHLZ470iNw0U7hq9xGBacDgqYO9ZcmmdCt9pefg=";
};
postPatch = ''