python3Packages.stim: 1.13.0 -> 1.14.0

https://github.com/quantumlib/Stim/releases/tag/v1.14.0
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:18 +02:00
parent ceabe1e531
commit 25fc3eeb7a
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "stim";
version = "1.13.0";
version = "1.14.0";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "quantumlib";
repo = "Stim";
rev = "refs/tags/v${version}";
hash = "sha256-anJvDHLZ470iNw0U7hq9xGBacDgqYO9ZcmmdCt9pefg=";
hash = "sha256-Tx+4FfkMShzTP1QEQVwHEz3FZ5pz3uXK2mlJFLNlTas=";
};
postPatch = ''