Merge pull request #336921 from r-ryantm/auto-update/python312Packages.universal-pathlib

python312Packages.universal-pathlib: 0.2.2 -> 0.2.3
This commit is contained in:
OTABI Tomoya
2024-08-26 09:12:30 +09:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "universal-pathlib";
version = "0.2.2";
version = "0.2.3";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "universal_pathlib";
inherit version;
hash = "sha256-a8IVVIeSrV2zVTcIscGbr9ni+hZn3JJe1ATJXlKuLxM=";
hash = "sha256-IvXyif7exLZjlWWWdCZS4hd7yiRmG2yKFz9ZdM/uAFI=";
};
nativeBuildInputs = [