Skip to content

Commit

Permalink
python312Packages.solax: 3.2.1 -> 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 6, 2025
1 parent 58f12ee commit ecad568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/solax/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@

buildPythonPackage rec {
pname = "solax";
version = "3.2.1";
version = "3.2.3";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-eeALI7GvhRl8OQaSqv1I26rMaBTxF24w4QQzUcnV2ys=";
hash = "sha256-ht+UP/is9+galMiVz/pkwtre1BXfCTT39SpSz4Vctvs=";
};

build-system = [ setuptools-scm ];
Expand Down

0 comments on commit ecad568

Please sign in to comment.