Merge pull request #317513 from fabaff/solax-bump

python312Packages.solax: 3.1.0 -> 3.1.1
This commit is contained in:
Fabian Affolter
2024-06-05 20:56:25 +02:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "solax";
version = "3.1.0";
version = "3.1.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-vc1NAbcQQxjpXnjZvTsnebzMc/LoMwBveDHBxBbhnEo=";
hash = "sha256-OgQ320UBDChQXPFMeulDx8NKNvajr399tuoAmsIEhFg=";
};
build-system = [ setuptools-scm ];