python3Packages.cirq-core: 1.2.0 -> 1.3.0

https://github.com/quantumlib/Cirq/releases/tag/v1.3.0
This commit is contained in:
Martin Weinelt 2023-12-03 00:00:02 +01:00
parent e128105dc6
commit 6b6f99f3d0
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "cirq-core";
version = "1.2.0";
version = "1.3.0";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "quantumlib";
repo = "cirq";
rev = "refs/tags/v${version}";
hash = "sha256-KEei5PJ0ammsduZVmMh2vaW3f58DYI4BCrFCl/SjUoo=";
hash = "sha256-JAJJciFg3BuRha1wTKixtKWcYy3NA2mNpniPyPHTTe8=";
};
sourceRoot = "${src.name}/${pname}";