python311Packages.graphtage 0 -> 1 attrpath: python311Packages.graphtage 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/hniwarvvrarzr7hwiw6p5hm9d32d97zq-packages.json.drv building '/nix/store/hniwarvvrarzr7hwiw6p5hm9d32d97zq-packages.json.drv'... Going to be running update for following packages: - python3.11-graphtage-0.3.0 Press Enter key to continue... Running update for: - python3.11-graphtage-0.3.0: UPDATING ... - python3.11-graphtage-0.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/graphtage/default.nix b/pkgs/development/python-modules/graphtage/default.nix index fa5026a52a2e..9c4726909a2d 100644 --- a/pkgs/development/python-modules/graphtage/default.nix +++ b/pkgs/development/python-modules/graphtage/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "graphtage"; - version = "0.3.0"; + version = "0.3.1"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "trailofbits"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-rzX5pSSPm3CjpnCm0gxsgUaeXho9dP7WTanCzBK6Yps="; + hash = "sha256-Bz2T8tVdVOdXt23yPITkDNL46Y5LZPhY3SXZ5bF3CHw="; }; postPatch = '' No auto update branch exists Old version 0.3.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , pythonOlder , colorama , intervaltree , json5 , pyyaml , scipy , tqdm , typing-extensions }: buildPythonPackage rec { pname = "graphtage"; version = "0.3.1"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "trailofbits"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-Bz2T8tVdVOdXt23yPITkDNL46Y5LZPhY3SXZ5bF3CHw="; }; postPatch = '' substituteInPlace setup.py \ --replace "json5==0.9.5" "json5>=0.9.5" ''; propagatedBuildInputs = [ colorama intervaltree json5 pyyaml scipy tqdm typing-extensions ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "graphtage" ]; meta = with lib; { description = "A utility to diff tree-like files such as JSON and XML"; homepage = "https://github.com/trailofbits/graphtage"; changelog = "https://github.com/trailofbits/graphtage/releases/tag/v${version}"; license = licenses.lgpl3Plus; maintainers = with maintainers; [ veehaitch ]; }; }