nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python310Packages.qcs-api-client: 0.21.1 -> 0.21.2

+2 -2
+2 -2
pkgs/development/python-modules/qcs-api-client/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "qcs-api-client"; 23 - version = "0.21.1"; 23 + version = "0.21.2"; 24 24 format = "pyproject"; 25 25 26 26 disabled = pythonOlder "3.7"; ··· 29 29 owner = "rigetti"; 30 30 repo = "qcs-api-client-python"; 31 31 rev = "refs/tags/v${version}"; 32 - hash = "sha256-Fhu2XtreilkxwUZPmr79jFsNoajpLs0AzTMc7BaiduA="; 32 + hash = "sha256-gQow1bNRPhUm4zRu2T5FpcgOTcS2F1TQIz8WP1K0Xww="; 33 33 }; 34 34 35 35 nativeBuildInputs = [