python312Packages.tomlkit 0.12.3 -> 0.12.4 https://github.com/sdispater/tomlkit/releases attrpath: python312Packages.tomlkit 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/1y0ynmkmhbnj6s2a2zngnsm3r243gjws-packages.json.drv building '/nix/store/1y0ynmkmhbnj6s2a2zngnsm3r243gjws-packages.json.drv'... Going to be running update for following packages: - python3.12-tomlkit-0.12.3 Press Enter key to continue... Running update for: - python3.12-tomlkit-0.12.3: UPDATING ... - python3.12-tomlkit-0.12.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/tomlkit/default.nix b/pkgs/development/python-modules/tomlkit/default.nix index fa978be73bbd..94f63be259a6 100644 --- a/pkgs/development/python-modules/tomlkit/default.nix +++ b/pkgs/development/python-modules/tomlkit/default.nix @@ -12,12 +12,12 @@ buildPythonPackage rec { pname = "tomlkit"; - version = "0.12.3"; + version = "0.12.4"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-dbr1AS0GUB8HvuW/joAbnzQ+eqxaklgfIPgM5jLmtaQ="; + hash = "sha256-fKHPwSIygGUXqFFQR7pmoZNp5x7fJDnQ9YJPkQMrbMM="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.12.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi # build-system , poetry-core # tests , pytestCheckHook , pyyaml }: buildPythonPackage rec { pname = "tomlkit"; version = "0.12.4"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-fKHPwSIygGUXqFFQR7pmoZNp5x7fJDnQ9YJPkQMrbMM="; }; nativeBuildInputs = [ poetry-core ]; nativeCheckInputs = [ pyyaml pytestCheckHook ]; pythonImportsCheck = [ "tomlkit" ]; meta = with lib; { homepage = "https://github.com/sdispater/tomlkit"; changelog = "https://github.com/sdispater/tomlkit/blob/${version}/CHANGELOG.md"; description = "Style-preserving TOML library for Python"; license = licenses.mit; maintainers = with maintainers; [ jakewaksbaum ]; }; }