Merge pull request #298843 from r-ryantm/auto-update/python311Packages.stim

python311Packages.stim: 1.12.1 -> 1.13.0
This commit is contained in:
Nick Cao 2024-03-25 14:10:39 -04:00 committed by GitHub
commit 0699a455c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = ''