python311Packages.pyquil 0 -> 1 attrpath: python311Packages.pyquil Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5l046ry54i9391flzjnm3qp4x282hayy-packages.json.drv building '/nix/store/5l046ry54i9391flzjnm3qp4x282hayy-packages.json.drv'... Going to be running update for following packages: - python3.11-pyquil-4.6.1 Press Enter key to continue... Running update for: - python3.11-pyquil-4.6.1: UPDATING ... - python3.11-pyquil-4.6.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyquil/default.nix b/pkgs/development/python-modules/pyquil/default.nix index 9acc287798d2..44882736ad7e 100644 --- a/pkgs/development/python-modules/pyquil/default.nix +++ b/pkgs/development/python-modules/pyquil/default.nix @@ -31,7 +31,7 @@ buildPythonPackage rec { pname = "pyquil"; - version = "4.6.1"; + version = "4.8.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -40,7 +40,7 @@ buildPythonPackage rec { owner = "rigetti"; repo = "pyquil"; rev = "refs/tags/v${version}"; - hash = "sha256-93dHujgGEh9/r9epAiUcUCiFCG7SFTAFoQbjQwwKhN0="; + hash = "sha256-MGI+R3oteqDWsXP+SlAGSRGiQiAj44YG6V7o90A4Krc="; }; patches = [ No auto update branch exists Old version 4.6.1" not present in staging derivation file with contents: { lib , buildPythonPackage , deprecated , fetchFromGitHub , importlib-metadata , ipython , lark , matplotlib-inline , nest-asyncio , networkx , numpy , packaging , poetry-core , pydantic , pytest-asyncio , pytest-mock , pytestCheckHook , pythonOlder , pythonRelaxDepsHook , qcs-sdk-python , respx , rpcq , scipy , syrupy , tenacity , types-deprecated , types-python-dateutil , types-retry }: buildPythonPackage rec { pname = "pyquil"; version = "4.7.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "rigetti"; repo = "pyquil"; rev = "refs/tags/v${version}"; hash = "sha256-jzQv9XBJSxdpSWDEEPuHwYfIemelpmVKJUigpz6NWdo="; }; pythonRelaxDeps = [ "lark" "networkx" ]; nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = [ deprecated lark matplotlib-inline networkx numpy packaging pydantic qcs-sdk-python rpcq scipy tenacity types-deprecated types-python-dateutil types-retry ] ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ]; nativeCheckInputs = [ nest-asyncio pytest-asyncio pytest-mock pytestCheckHook respx syrupy ipython ]; # tests hang doCheck = false; pythonImportsCheck = [ "pyquil" ]; meta = with lib; { description = "Python library for creating Quantum Instruction Language (Quil) programs"; homepage = "https://github.com/rigetti/pyquil"; changelog = "https://github.com/rigetti/pyquil/blob/v${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }