Merge pull request #292262 from r-ryantm/auto-update/python311Packages.cloudpathlib

python311Packages.cloudpathlib: 0.18.0 -> 0.18.1
This commit is contained in:
Nick Cao 2024-02-29 10:08:32 -05:00 committed by GitHub
commit f5e771eb04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "cloudpathlib";
version = "0.18.0";
version = "0.18.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "drivendataorg";
repo = "cloudpathlib";
rev = "refs/tags/v${version}";
hash = "sha256-4CwwCdGUKUmie9PmAmrVxpAhk3b2WG+Cmx3QAADkyYQ=";
hash = "sha256-RrdRUqQ3QyMUpTi1FEsSXK6WS37r77SdPBH1oVVvSw0=";
};
nativeBuildInputs = [