Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.universal-pathlib: 0.2.4 -> 0.2.5

Changelog: https://github.com/fsspec/universal_pathlib/releases/tag/v0.2.5

+2 -2
+2 -2
pkgs/development/python-modules/universal-pathlib/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "universal-pathlib"; 13 - version = "0.2.4"; 13 + version = "0.2.5"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.8"; ··· 18 18 src = fetchPypi { 19 19 pname = "universal_pathlib"; 20 20 inherit version; 21 - hash = "sha256-VXChH9iMrRu8YiCz5yP92K38XF4AhlIJ6IrwP/SqFUs="; 21 + hash = "sha256-6l1PuBeMKrRpz0+kbQzrFsyzeNpG27woqLnB7r3MxlU="; 22 22 }; 23 23 24 24 build-system = [