Merge pull request #229615 from fabaff/pybravia-bump

python310Packages.pybravia: 0.3.2 -> 0.3.3
This commit is contained in:
Fabian Affolter 2023-05-03 10:26:02 +02:00 committed by GitHub
commit 0c2c6bfdc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [