python3Packages.cloudsplaining: 0.8.0 -> 0.8.1

This commit is contained in:
R. Ryantm
2025-09-30 09:49:12 +00:00
parent aec87d52f4
commit 3c326b533e
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "cloudsplaining";
version = "0.8.0";
version = "0.8.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "salesforce";
repo = "cloudsplaining";
tag = version;
hash = "sha256-lMnqoDfvnWiEMGW1auhb0i4egLjLPuSYtm+rwuxHKc8=";
hash = "sha256-Ix4SlkGMtserksazXCk0XcDhmxNcfV/QCVsDJjWbu2k=";
};
postPatch = ''