Skip to content

Commit

Permalink
python310Packages.solax: 0.2.10 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 14, 2022
1 parent 2fc8a03 commit 51bb5b8
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 @@ -12,11 +12,11 @@

buildPythonPackage rec {
pname = "solax";
version = "0.2.10";
version = "0.3.0";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-DUXaz9BF1NOG+RSeks9CxLGDz/wWwpZBxwWh4MQapio=";
sha256 = "sha256-lqzFY2Rfmc/9KUuFfq07DZkIIS2cJ1JqZ/8gP3+pu5U=";
};

nativeBuildInputs = [ setuptools-scm ];
Expand Down

0 comments on commit 51bb5b8

Please sign in to comment.