python3Packages.simple-salesforce: 0.74.3 -> 1.11.0

This commit is contained in:
Jonathan Ringer 2021-03-24 10:41:56 -07:00 committed by Frederik Rietdijk
parent d3737ad038
commit 412f76d0fd

View File

@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "simple-salesforce";
version = "0.74.3";
version = "1.11.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "1n960xgrnmv20l31nm0im7pb4nfa83bmx4x4clqrh2jkpzq3ric0";
sha256 = "16c34xnqa1xkdfjbxx0q584zb6aqci2z6j4211hmzjqs74ddvysm";
};
propagatedBuildInputs = [