python312Packages.losant-rest: 1.19.6 -> 1.19.7

Diff: https://github.com/Losant/losant-rest-python/compare/refs/tags/v1.19.6...v1.19.7
This commit is contained in:
Fabian Affolter
2024-05-23 00:52:12 +02:00
parent 33696fc539
commit 59371f7850
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "losant-rest";
version = "1.19.6";
version = "1.19.7";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Losant";
repo = "losant-rest-python";
rev = "refs/tags/v${version}";
hash = "sha256-sbNR95FhcRhgHh/ulLC8lL6EHal0BBK3wP6i29VElmY=";
hash = "sha256-gn8YTnCAmAcmQxpgtitk2eRy3spveuU0peeHu/iSnCE=";
};
build-system = [ setuptools ];