Skip to content

Commit

Permalink
python312Packages.losant-rest: 1.19.9 -> 1.19.10 (#339364)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Sep 4, 2024
2 parents 3dfa668 + 114e6fe commit de80a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/losant-rest/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "losant-rest";
version = "1.19.9";
version = "1.19.10";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Losant";
repo = "losant-rest-python";
rev = "refs/tags/v${version}";
hash = "sha256-rokoecBjBrk0iYbsGFkpSVZK5UcEw62TRGwLl8uaSAw=";
hash = "sha256-3DDL3r7pApDyBQd/eUEbR0KG3cpVOmozNcCsKyGx67Y=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit de80a4e

Please sign in to comment.