python310Packages.universal-pathlib: 0.1.3 -> 0.1.4

Changelog: https://github.com/fsspec/universal_pathlib/releases/tag/v0.1.4
This commit is contained in:
figsoda
2023-10-19 20:46:44 -04:00
parent d042a29613
commit 602788c8e1
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "universal-pathlib";
version = "0.1.3";
version = "0.1.4";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "universal_pathlib";
inherit version;
hash = "sha256-GgUqteBRcwHfZr5lF+n+Y82fwAgT5c5xpzcBRBrCtcg=";
hash = "sha256-guXYbRaifg6hrcfYisvLqdAtWkVIgWMXT5bZrCidsuQ=";
};
nativeBuildInputs = [