python311Packages.velbus-aio: 2023.10.1 -> 2023.10.2

Diff: https://github.com/Cereal2nd/velbus-aio/compare/refs/tags/2023.10.1...2023.10.2

Changelog: https://github.com/Cereal2nd/velbus-aio/releases/tag/2023.10.2
This commit is contained in:
Fabian Affolter
2023-10-28 10:08:53 +02:00
parent 626152c072
commit 25b21e9720
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "velbus-aio";
version = "2023.10.1";
version = "2023.10.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Cereal2nd";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-v2B+tDqvQTm+K+cvTRM8LnfaFp5CTsI8/B5clBDNE08=";
hash = "sha256-qRKVjiRrRg1YwwYCSp6KGvaS7QnYLIW5rum3X7vEANM=";
fetchSubmodules = true;
};