python311Packages.cloudsplaining: 0.6.1 -> 0.6.2

Diff: https://github.com/salesforce/cloudsplaining/compare/refs/tags/0.6.1...0.6.2
This commit is contained in:
Fabian Affolter 2023-10-13 08:51:00 +02:00
parent 6315672812
commit 6a496a2bab

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "cloudsplaining";
version = "0.6.1";
version = "0.6.2";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "salesforce";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Bw1RhYFTz1bw+4APZKTyWP/G+LWB3R9WI/QEduEgWTQ=";
hash = "sha256-7aOPerqayuJTHItlpnVVSzOlSGNnqHvtIi5BdovNh3A=";
};
propagatedBuildInputs = [