python311Packages.universal-pathlib: 0.1.4 -> 0.2.2

Changelog: https://github.com/fsspec/universal_pathlib/releases/tag/v0.2.2
This commit is contained in:
Fabian Affolter 2024-03-05 23:34:47 +01:00
parent 63bb2546cd
commit cec84c2feb

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "universal-pathlib";
version = "0.1.4";
version = "0.2.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "universal_pathlib";
inherit version;
hash = "sha256-guXYbRaifg6hrcfYisvLqdAtWkVIgWMXT5bZrCidsuQ=";
hash = "sha256-a8IVVIeSrV2zVTcIscGbr9ni+hZn3JJe1ATJXlKuLxM=";
};
nativeBuildInputs = [