python311Packages.bids-validator 0 -> 1 attrpath: python311Packages.bids-validator 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/dbj12kkng474kf1dr58x1x011w473f59-packages.json.drv building '/nix/store/dbj12kkng474kf1dr58x1x011w473f59-packages.json.drv'... Going to be running update for following packages: - python3.11-bids-validator-1.14.0 Press Enter key to continue... Running update for: - python3.11-bids-validator-1.14.0: UPDATING ... - python3.11-bids-validator-1.14.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/bids-validator/default.nix b/pkgs/development/python-modules/bids-validator/default.nix index c70268dea0b5..7512515c706d 100644 --- a/pkgs/development/python-modules/bids-validator/default.nix +++ b/pkgs/development/python-modules/bids-validator/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "bids-validator"; - version = "1.14.0"; + version = "1.14.4"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-M7D4ZcGqPjn7klGN8WP6a3lHjRqhAq9S/VNwSl7y6kY="; + hash = "sha256-Q0pghEFmK5qJ3sWgrxs4jWUm+Ox7LO5sDR8GUJWBr/o="; }; nativeBuildInputs = [ An auto update branch exists with message `python311Packages.bids-validator: 1.14.0 -> 1.14.1`. New version is 1.14.4. The auto update branch does not match or exceed the new version. Old version 1.14.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder # build-system , setuptools , versioneer }: buildPythonPackage rec { pname = "bids-validator"; version = "1.14.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-Rv8fBCLm16K33co+H0WcN7rSaKoS1bjGvg2pKcEhm/4="; }; nativeBuildInputs = [ setuptools versioneer ]; # needs packages which are not available in nixpkgs doCheck = false; pythonImportsCheck = [ "bids_validator" ]; meta = with lib; { description = "Validator for the Brain Imaging Data Structure"; homepage = "https://github.com/bids-standard/bids-validator"; changelog = "https://github.com/bids-standard/bids-validator/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ jonringer ]; }; }