python310Packages.tomlkit 0 -> 1 attrpath: python310Packages.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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/474iqvf01qn0xwavhg331xgpr96fymdr-packages.json.drv building '/nix/store/474iqvf01qn0xwavhg331xgpr96fymdr-packages.json.drv'... Going to be running update for following packages: - python3.10-tomlkit-0.11.4 Press Enter key to continue... Running update for: - python3.10-tomlkit-0.11.4: UPDATING ... - python3.10-tomlkit-0.11.4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/tomlkit/default.nix b/pkgs/development/python-modules/tomlkit/default.nix index 6bd461db75a..5963f1a6047 100644 --- a/pkgs/development/python-modules/tomlkit/default.nix +++ b/pkgs/development/python-modules/tomlkit/default.nix @@ -10,11 +10,11 @@ buildPythonPackage rec { pname = "tomlkit"; - version = "0.11.4"; + version = "0.11.6"; src = fetchPypi { inherit pname version; - sha256 = "sha256-MjWpAQ+uVDI+cnw6wG+3IHUv5mNbNCbjedrsYPvUSoM="; + sha256 = "sha256-cblS5XIWiJN/sCz501TbzweFBmFJ0oVeRFMevdK2XXM="; }; propagatedBuildInputs = No auto update branch exists Old version 0.11.4" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , isPy27 , enum34 , functools32, typing ? null , pytestCheckHook , pyaml }: buildPythonPackage rec { pname = "tomlkit"; version = "0.11.6"; src = fetchPypi { inherit pname version; hash = "sha256-cblS5XIWiJN/sCz501TbzweFBmFJ0oVeRFMevdK2XXM="; }; propagatedBuildInputs = lib.optionals isPy27 [ enum34 functools32 ] ++ lib.optional isPy27 typing; checkInputs = [ pyaml 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 ]; }; }