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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fn3gcicpcdawsric7ndb62ggf7148bnh-packages.json.drv building '/nix/store/fn3gcicpcdawsric7ndb62ggf7148bnh-packages.json.drv'... Going to be running update for following packages: - python3.10-yangson-1.4.15 Press Enter key to continue... Running update for: - python3.10-yangson-1.4.15: UPDATING ... - python3.10-yangson-1.4.15: 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 c8e8809bcd4..e69a51c5b99 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.15"; + version = "1.4.16"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "sha256-yw/LwWjHW4vgHp06E/DgqauTvdfLxerHw1avge91XLU="; + sha256 = "sha256-P447JnQ8zhalcg9k8prW1QQE3h5PqY155hFtvLvBVSI="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.4.15" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , setuptools-scm , pyxb , pytestCheckHook }: buildPythonPackage rec { pname = "yangson"; version = "1.4.16"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-P447JnQ8zhalcg9k8prW1QQE3h5PqY155hFtvLvBVSI="; }; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ pyxb ]; 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 ]; }; }