python310Packages.universal-pathlib: 0.0.24 -> 0.1.0

Changelog: https://github.com/fsspec/universal_pathlib/releases/tag/v0.1.0
This commit is contained in:
figsoda 2023-08-03 10:03:58 -04:00
parent 2a1f1797be
commit 82fcb1d516

View file

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "universal-pathlib";
version = "0.0.24";
version = "0.1.0";
format = "pyproject";
src = fetchPypi {
pname = "universal_pathlib";
inherit version;
hash = "sha256-/L/7leS8afcEr13eT5piSyJp8lGjjIGri+wZ3+qtgw8=";
hash = "sha256-LqzljIZUZh8zHvcyBqFHBbunpJVYFpk6mfuesVGyojg=";
};
nativeBuildInputs = [