Skip to content

Commit

Permalink
python3Packages.qcs-api-client: 0.20.10 -> 0.20.17
Browse files Browse the repository at this point in the history
  • Loading branch information
drewrisinger committed May 27, 2022
1 parent d654955 commit 150d7a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/python-modules/qcs-api-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

buildPythonPackage rec {
pname = "qcs-api-client";
version = "0.20.10";
version = "0.20.17";
format = "pyproject";

disabled = pythonOlder "3.6";
Expand All @@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "rigetti";
repo = "qcs-api-client-python";
rev = "v${version}";
sha256 = "sha256-pBC8pFrk6iNYPS3/LKaVo+ds2okN56bxzvffEfs6SrU=";
sha256 = "sha256-5YGMBoykMtXZgdHubQJKwRqntDPnR6/qsWJc1cYk8CA=";
};

nativeBuildInputs = [ poetry ];
Expand Down

0 comments on commit 150d7a5

Please sign in to comment.