Skip to content

Commit

Permalink
python312Packages.apsystems-ez1: 2.3.0 -> 2.4.0 (#358129)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Nov 22, 2024
2 parents 398c327 + 219b984 commit 2b1d107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/apsystems-ez1/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

buildPythonPackage rec {
pname = "apsystems-ez1";
version = "2.3.0";
version = "2.4.0";
pyproject = true;

src = fetchFromGitHub {
owner = "SonnenladenGmbH";
repo = "APsystems-EZ1-API";
rev = "refs/tags/${version}";
hash = "sha256-CG+QpdJfZt1S6IDDjabRjwuRflURFc1QYo39kf/p0Zw=";
hash = "sha256-H4vhF4CgZmKmBF+v6SpnpIOlPBkFLL50W+Ua+gDr/7I=";
};

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

0 comments on commit 2b1d107

Please sign in to comment.