python310Packages.yangson 0 -> 1 attrpath: python310Packages.yangson 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/qg3hf5ffd5kf1lpwng9lk9mynqv72a5w-packages.json.drv building '/nix/store/qg3hf5ffd5kf1lpwng9lk9mynqv72a5w-packages.json.drv'... Going to be running update for following packages: - python3.10-yangson-1.4.18 Press Enter key to continue... Running update for: - python3.10-yangson-1.4.18: UPDATING ... - python3.10-yangson-1.4.18: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/yangson/default.nix b/pkgs/development/python-modules/yangson/default.nix index 05d26bcd4859..00cdf026c46f 100644 --- a/pkgs/development/python-modules/yangson/default.nix +++ b/pkgs/development/python-modules/yangson/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "yangson"; - version = "1.4.18"; + version = "1.4.19"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-VMgx2MTiOoAw8tW8SckheN950JVbdWWSS3PWDNs0dT0="; + hash = "sha256-rYUxv3TEdyr2D3UEmmHcJJtlG6gXJnp1c2pez4H13SU="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.4.18" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , setuptools-scm , elementpath , pytestCheckHook }: buildPythonPackage rec { pname = "yangson"; version = "1.4.19"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-rYUxv3TEdyr2D3UEmmHcJJtlG6gXJnp1c2pez4H13SU="; }; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ elementpath ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "yangson" ]; meta = with lib; { description = "Library for working with data modelled in YANG"; homepage = "https://github.com/CZ-NIC/yangson"; license = with licenses; [ gpl3Plus lgpl3Plus ]; maintainers = with maintainers; [ hexa ]; }; }