python310Packages.qiskit-nature 0.5.2 -> 0.6.2 https://repology.org/project/python:qiskit-nature/versions attrpath: python310Packages.qiskit-nature 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/fbkcddszkj67zz5hlj1rvxjpi6bp0f1a-packages.json.drv building '/nix/store/fbkcddszkj67zz5hlj1rvxjpi6bp0f1a-packages.json.drv'... Going to be running update for following packages: - python3.10-qiskit-nature-0.5.2 Press Enter key to continue... Running update for: - python3.10-qiskit-nature-0.5.2: UPDATING ... - python3.10-qiskit-nature-0.5.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/qiskit-nature/default.nix b/pkgs/development/python-modules/qiskit-nature/default.nix index 629dc04bd3f4..8fc30687f69e 100644 --- a/pkgs/development/python-modules/qiskit-nature/default.nix +++ b/pkgs/development/python-modules/qiskit-nature/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "qiskit-nature"; - version = "0.5.2"; + version = "0.6.2"; disabled = pythonOlder "3.6"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "Qiskit"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-rUY5fnsWg2UisF0tGORvHot8laCs8eVAvuVKUOG5ibw="; + hash = "sha256-X/4jA/e2nmmaVEiCgd/4KJc/sAdcYDkyKzvyVztovXM="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.5.2" not present in staging derivation file with contents: { lib , pythonOlder , buildPythonPackage , fetchFromGitHub # Python Inputs , h5py , numpy , psutil , qiskit-terra , rustworkx , scikit-learn , scipy , withPyscf ? false , pyscf # Check Inputs , pytestCheckHook , ddt , pylatexenc , qiskit-aer }: buildPythonPackage rec { pname = "qiskit-nature"; version = "0.6.2"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "Qiskit"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-X/4jA/e2nmmaVEiCgd/4KJc/sAdcYDkyKzvyVztovXM="; }; propagatedBuildInputs = [ h5py numpy psutil qiskit-terra rustworkx scikit-learn scipy ] ++ lib.optional withPyscf pyscf; nativeCheckInputs = [ pytestCheckHook ddt pylatexenc qiskit-aer ]; pythonImportsCheck = [ "qiskit_nature" ]; pytestFlagsArray = [ "--durations=10" ]; disabledTests = [ "test_two_qubit_reduction" # failure cause unclear ]; meta = with lib; { description = "Software for developing quantum computing programs"; homepage = "https://qiskit.org"; downloadPage = "https://github.com/QISKit/qiskit-nature/releases"; changelog = "https://qiskit.org/documentation/release_notes.html"; sourceProvenance = with sourceTypes; [ fromSource binaryNativeCode # drivers/gaussiand/gauopen/*.so ]; license = licenses.asl20; maintainers = with maintainers; [ drewrisinger ]; }; }