Skip to content

Commit baaedf1

Browse files
committed
python312Packages.universal-pathlib: 0.2.4 -> 0.2.5
Changelog: https://github.com/fsspec/universal_pathlib/releases/tag/v0.2.5
1 parent 2884e15 commit baaedf1

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/universal-pathlib

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/universal-pathlib/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
buildPythonPackage rec {
1212
pname = "universal-pathlib";
13-
version = "0.2.4";
13+
version = "0.2.5";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.8";
1717

1818
src = fetchPypi {
1919
pname = "universal_pathlib";
2020
inherit version;
21-
hash = "sha256-VXChH9iMrRu8YiCz5yP92K38XF4AhlIJ6IrwP/SqFUs=";
21+
hash = "sha256-6l1PuBeMKrRpz0+kbQzrFsyzeNpG27woqLnB7r3MxlU=";
2222
};
2323

2424
build-system = [

0 commit comments

Comments
 (0)