Unverified Commit 4e156d13 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #303088 from r-ryantm/auto-update/python312Packages.qcs-api-client

python312Packages.qcs-api-client: 0.24.1 -> 0.25.0
parents a7a11234 80001d63
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

buildPythonPackage rec {
  pname = "qcs-api-client";
  version = "0.24.1";
  version = "0.25.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
    owner = "rigetti";
    repo = "qcs-api-client-python";
    rev = "refs/tags/v${version}";
    hash = "sha256-7PgWIAHwMcuKXHxTX66xmLP1VTNYWecTIMbWoTQqmjs=";
    hash = "sha256-dKjiicrPLRlaIwHwSqpY5dBMTzrZD4xfw3h54IN3rh0=";
  };

  patches = [