Merge pull request #247834 from figsoda/upath

python310Packages.universal-pathlib: 0.1.0 -> 0.1.1
This commit is contained in:
Weijia Wang 2023-08-09 02:05:30 +02:00 committed by GitHub
commit d250621e5a
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.1.0";
version = "0.1.1";
format = "pyproject";
src = fetchPypi {
pname = "universal_pathlib";
inherit version;
hash = "sha256-LqzljIZUZh8zHvcyBqFHBbunpJVYFpk6mfuesVGyojg=";
hash = "sha256-UhTIbyEP6rm+W8wALwQtZeruw8CTP9ZlpDNstw6GxZ0=";
};
nativeBuildInputs = [