python310Packages.pybravia: 0.3.2 -> 0.3.3

Changelog: https://github.com/Drafteed/pybravia/releases/tag/v0.3.3
This commit is contained in:
Fabian Affolter 2023-05-03 09:08:31 +02:00
parent 71818cc96d
commit 7962a77e82

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pybravia";
version = "0.3.2";
version = "0.3.3";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Drafteed";
repo = pname;
rev = "v${version}";
hash = "sha256-4TeUPJlNlmZxf1Tw62m5KjoTNHGt6wCSjKixkJBeGyw=";
hash = "sha256-Ux9EereKKbgaVQORliW6J5FSBlytLM+m4PVFBk+OW6k=";
};
nativeBuildInputs = [