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 11 buildPythonPackage rec { 12 pname = "universal-pathlib"; 13 - version = "0.2.4"; 14 pyproject = true; 15 16 disabled = pythonOlder "3.8"; ··· 18 src = fetchPypi { 19 pname = "universal_pathlib"; 20 inherit version; 21 - hash = "sha256-VXChH9iMrRu8YiCz5yP92K38XF4AhlIJ6IrwP/SqFUs="; 22 }; 23 24 build-system = [
··· 10 11 buildPythonPackage rec { 12 pname = "universal-pathlib"; 13 + version = "0.2.5"; 14 pyproject = true; 15 16 disabled = pythonOlder "3.8"; ··· 18 src = fetchPypi { 19 pname = "universal_pathlib"; 20 inherit version; 21 + hash = "sha256-6l1PuBeMKrRpz0+kbQzrFsyzeNpG27woqLnB7r3MxlU="; 22 }; 23 24 build-system = [