python310Packages.dirty-equals 0 -> 1 attrpath: python310Packages.dirty-equals 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/66y7gipplsbvfpxfgrvq99jkq0k6np6h-packages.json.drv building '/nix/store/66y7gipplsbvfpxfgrvq99jkq0k6np6h-packages.json.drv'... Going to be running update for following packages: - python3.10-dirty-equals-0.4 Press Enter key to continue... Running update for: - python3.10-dirty-equals-0.4: UPDATING ... - python3.10-dirty-equals-0.4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/dirty-equals/default.nix b/pkgs/development/python-modules/dirty-equals/default.nix index 0a448b8de7f..bb6090f1e4d 100644 --- a/pkgs/development/python-modules/dirty-equals/default.nix +++ b/pkgs/development/python-modules/dirty-equals/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "dirty-equals"; - version = "0.4"; + version = "0.5.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -18,8 +18,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "samuelcolvin"; repo = pname; - rev = "v${version}"; - hash = "sha256-rh7N/VRx4sv/MhhGPkaYCn2d19Sv5er2CkG6/fJuXX4="; + rev = "refs/tags/v${version}"; + hash = "sha256-yYptO6NPhQRlF0T2eXliw2WBms9uqTZVzdYzGj9pCug="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.4" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , hatchling , pytestCheckHook , pythonOlder , pytz , typing-extensions }: buildPythonPackage rec { pname = "dirty-equals"; version = "0.5.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "samuelcolvin"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-yYptO6NPhQRlF0T2eXliw2WBms9uqTZVzdYzGj9pCug="; }; nativeBuildInputs = [ hatchling ]; propagatedBuildInputs = [ pytz typing-extensions ]; checkInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "dirty_equals" ]; meta = with lib; { description = "Module for doing dirty (but extremely useful) things with equals"; homepage = "https://github.com/samuelcolvin/dirty-equals"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; }