python3Packages.losant-rest: 2.2.0 -> 2.2.1

This commit is contained in:
R. Ryantm
2026-07-24 02:37:19 +00:00
parent e220185ff6
commit 94ee5b23fd
@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "losant-rest";
version = "2.2.0";
version = "2.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Losant";
repo = "losant-rest-python";
tag = "v${finalAttrs.version}";
hash = "sha256-nAc+zTqgIdLw/NVWoprP+Kqkbu17N1DMgzo2iu7w8aM=";
hash = "sha256-KNi3caxuD1jiW3fHT5dcuM/4SfLVgi770MfDfCmkiFk=";
};
build-system = [ setuptools ];