We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a5ea00 + a4f40e4 commit 87afc37Copy full SHA for 87afc37
pkgs/development/python-modules/velbus-aio/default.nix
@@ -14,7 +14,7 @@
14
15
buildPythonPackage rec {
16
pname = "velbus-aio";
17
- version = "2024.10.0";
+ version = "2024.11.1";
18
pyproject = true;
19
20
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
23
owner = "Cereal2nd";
24
repo = "velbus-aio";
25
rev = "refs/tags/${version}";
26
- hash = "sha256-4hMUh/0/srYIPed647Sh7H7DIp2oV7LN9srzLr0Qxps=";
+ hash = "sha256-hYtZgr5HJj1zjiCXBK63086ke/oWhO9CyIvnN/JUPm4=";
27
fetchSubmodules = true;
28
};
29
0 commit comments