Skip to content

Commit

Permalink
python312Packages.renault-api: 0.2.6 -> 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Sep 3, 2024
1 parent 634043a commit 878a46e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/renault-api/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@

buildPythonPackage rec {
pname = "renault-api";
version = "0.2.6";
version = "0.2.7";
pyproject = true;

disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "hacf-fr";
repo = "renault-api";
rev = "refs/tags/v${version}";
hash = "sha256-opxEQIpZkaSWglPh4gwLJIi89B/ooHlwc9nKZRIS/j8=";
hash = "sha256-tke2bE+djV1N70meMOytYmbPmYDN8fU+Da81Mf6nNAI=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit 878a46e

Please sign in to comment.