python312Packages.universal-pathlib 0.1.4 -> 0.2.0 https://repology.org/project/python:universal-pathlib/versions attrpath: python312Packages.universal-pathlib 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] Going to be running update for following packages: - python3.12-universal-pathlib-0.1.4 Press Enter key to continue... Running update for: - python3.12-universal-pathlib-0.1.4: UPDATING ... - python3.12-universal-pathlib-0.1.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/universal-pathlib/default.nix b/pkgs/development/python-modules/universal-pathlib/default.nix index 23667d02c283..5527744c380f 100644 --- a/pkgs/development/python-modules/universal-pathlib/default.nix +++ b/pkgs/development/python-modules/universal-pathlib/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "universal-pathlib"; - version = "0.1.4"; + version = "0.2.0"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -17,7 +17,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "universal_pathlib"; inherit version; - hash = "sha256-guXYbRaifg6hrcfYisvLqdAtWkVIgWMXT5bZrCidsuQ="; + hash = "sha256-HL1YnRw+u7eHrYZlJ/eF2v8N4gt1QKpVe4KFoFoXaRI="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.universal-pathlib: 0.1.4 -> 0.2.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/288628"