python310Packages.pybravia: 0.3.1 -> 0.3.2

Changelog: https://github.com/Drafteed/pybravia/releases/tag/v0.3.2
This commit is contained in:
Fabian Affolter 2023-03-03 16:04:14 +01:00
parent b1da477808
commit 5ce9b192ff

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pybravia";
version = "0.3.1";
version = "0.3.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Drafteed";
repo = pname;
rev = "v${version}";
hash = "sha256-aY+G4e2uq2yWUkJ9CXnOhc5S57kkMB36N/x+iQDCivo=";
hash = "sha256-4TeUPJlNlmZxf1Tw62m5KjoTNHGt6wCSjKixkJBeGyw=";
};
nativeBuildInputs = [