Unverified Commit 71a7d483 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.cirq-core: 1.6.0 -> 1.6.1 (#447153)

parents 4e36cfea ad86278a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,14 +37,14 @@

buildPythonPackage rec {
  pname = "cirq-core";
  version = "1.6.0";
  version = "1.6.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "quantumlib";
    repo = "cirq";
    tag = "v${version}";
    hash = "sha256-LlWv4wWQWZsTB9JXS21O1WkIYhKkJwY5SM70hnzfnDQ=";
    hash = "sha256-M+ojGXJOnrBipjSA9hd3++yTS70kCjPru9FG/rm7zI8=";
  };

  sourceRoot = "${src.name}/${pname}";