python312Packages.universal-pathlib 0.1.4 -> 0.2.1 https://github.com/fsspec/universal_pathlib/releases 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] this derivation will be built: /nix/store/mjcmblmnpbfvb7fr4s719i33f2wx0pfj-packages.json.drv building '/nix/store/mjcmblmnpbfvb7fr4s719i33f2wx0pfj-packages.json.drv'... 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..cf4480da765a 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.1"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -17,7 +17,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "universal_pathlib"; inherit version; - hash = "sha256-guXYbRaifg6hrcfYisvLqdAtWkVIgWMXT5bZrCidsuQ="; + hash = "sha256-/aL0hNh1wmB5dx+UrP71hkfu2A78518L+IJDc7Qy6AI="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.universal-pathlib: 0.1.4 -> 0.2.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/288628"