Merge pull request #246971 from figsoda/upath

python310Packages.universal-pathlib: 0.0.24 -> 0.1.0
This commit is contained in:
Fabian Affolter 2023-08-03 18:51:49 +02:00 committed by GitHub
commit c1613407c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [