From 1bc7736ae73275d9be5afa70b51ccc0be5320589 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 31 Aug 2024 09:40:41 +0200 Subject: [PATCH] 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 --- pkgs/development/python-modules/cirq-core/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/cirq-core/default.nix b/pkgs/development/python-modules/cirq-core/default.nix index e12dc6f3255e..c436c208c255 100644 --- a/pkgs/development/python-modules/cirq-core/default.nix +++ b/pkgs/development/python-modules/cirq-core/default.nix @@ -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}";