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

python310Packages.qcs-api-client: 0.21.4 -> 0.21.5

+2 -2
+2 -2
pkgs/development/python-modules/qcs-api-client/default.nix
··· 22 22 23 23 buildPythonPackage rec { 24 24 pname = "qcs-api-client"; 25 - version = "0.21.4"; 25 + version = "0.21.5"; 26 26 format = "pyproject"; 27 27 28 28 disabled = pythonOlder "3.7"; ··· 31 31 owner = "rigetti"; 32 32 repo = "qcs-api-client-python"; 33 33 rev = "refs/tags/v${version}"; 34 - hash = "sha256-eEN2K2x67dqTNsYMerLJIMV5xtRi4wiYvVql6JOcZh4="; 34 + hash = "sha256-lw6jswIaqDFExz/hjIrpZf4BC757l83MeCfOyZaTbfg="; 35 35 }; 36 36 37 37 patches = [