python3Packages.simple-salesforce: 1.12.6 -> 1.12.9

https://github.com/simple-salesforce/simple-salesforce/blob/v1.12.9/CHANGES

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:53 +01:00
parent 101b551654
commit c345b040da
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "simple-salesforce";
version = "1.12.6";
version = "1.12.9";
pyproject = true;
src = fetchFromGitHub {
owner = "simple-salesforce";
repo = "simple-salesforce";
tag = "v${version}";
hash = "sha256-nrfIyXftS2X2HuuLFRZpWLz/IbRasqUzv+r/HvhxfAw=";
hash = "sha256-eMO/K6W9ROljYxR3gK9QjCHdlbAuN4DYjOyTO1WcalQ=";
};
nativeBuildInputs = [ setuptools ];
@@ -50,7 +50,7 @@ buildPythonPackage rec {
meta = {
description = "Very simple Salesforce.com REST API client for Python";
homepage = "https://github.com/simple-salesforce/simple-salesforce";
changelog = "https://github.com/simple-salesforce/simple-salesforce/blob/v${version}/CHANGES";
changelog = "https://github.com/simple-salesforce/simple-salesforce/blob/${src.tag}/CHANGES";
license = lib.licenses.asl20;
maintainers = [ ];
};