python312Packages.cirq-core: 1.4.0 -> 1.4.1

Diff: https://github.com/quantumlib/cirq/compare/refs/tags/v1.4.0...v1.4.1

Changelog: https://github.com/quantumlib/Cirq/releases/tag/v1.4.1
This commit is contained in:
Fabian Affolter
2024-08-31 09:40:41 +02:00
parent 7d0d974fc2
commit 1bc7736ae7
@@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "cirq-core";
version = "1.4.0";
version = "1.4.1";
format = "setuptools";
disabled = pythonOlder "3.9";
@@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = "quantumlib";
repo = "cirq";
rev = "refs/tags/v${version}";
hash = "sha256-KHwVq0qVtc8E9i2lugILYNwk9awq952w0x4DM+HG7Pg=";
hash = "sha256-1GcRDVgYF+1igZQFlQbiWZmU1WNIJh4CcOftQe6OP6I=";
};
sourceRoot = "${src.name}/${pname}";