lol

Merge pull request #134495 from fabaff/bump-solax

python3Packages.solax: 0.2.7 -> 0.2.8

authored by

Fabian Affolter and committed by
GitHub
aa4dd945 d5b89cb9

+2 -2
+2 -2
pkgs/development/python-modules/solax/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "solax"; 15 - version = "0.2.7"; 15 + version = "0.2.8"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - sha256 = "sha256-02cIOIow+eHBgYa7Dnl7b31j3I8WRxGuTpwHFKL4XYQ="; 19 + sha256 = "sha256-bOpDrbRbdsb4XgEksAQG4GE26XSTwGAECq9Fh//zoYc="; 20 20 }; 21 21 22 22 nativeBuildInputs = [ setuptools-scm ];