python310Packages.drms 0 -> 1 attrpath: python310Packages.drms 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l0hl93bb7265m8pfdr31amn18yj4g788-packages.json.drv building '/nix/store/l0hl93bb7265m8pfdr31amn18yj4g788-packages.json.drv'... Going to be running update for following packages: - python3.10-drms-0.6.2 Press Enter key to continue... Running update for: - python3.10-drms-0.6.2: UPDATING ... - python3.10-drms-0.6.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/drms/default.nix b/pkgs/development/python-modules/drms/default.nix index a081a7445c4..382139abd00 100644 --- a/pkgs/development/python-modules/drms/default.nix +++ b/pkgs/development/python-modules/drms/default.nix @@ -13,13 +13,13 @@ buildPythonPackage rec { pname = "drms"; - version = "0.6.2"; + version = "0.6.3"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - sha256 = "sha256-Id8rPK8qq71gHn5DKnEi7Lp081GFbcFtGU+v89Vlt9o="; + sha256 = "sha256-crPVo7ALErZWvNcsaJ/BuBa0VkfCsZ+C929x4kEZHKw="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.6.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , numpy , pandas , six , astropy , pytestCheckHook , pytest-doctestplus , pythonOlder , setuptools-scm }: buildPythonPackage rec { pname = "drms"; version = "0.6.3"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; sha256 = "sha256-crPVo7ALErZWvNcsaJ/BuBa0VkfCsZ+C929x4kEZHKw="; }; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ numpy pandas six ]; checkInputs = [ astropy pytestCheckHook pytest-doctestplus ]; disabledTests = [ "test_query_hexadecimal_strings" ]; disabledTestPaths = [ "docs/tutorial.rst" ]; pythonImportsCheck = [ "drms" ]; meta = with lib; { description = "Access HMI, AIA and MDI data with Python"; homepage = "https://github.com/sunpy/drms"; license = licenses.bsd2; maintainers = with maintainers; [ costrouc ]; }; }