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 decb81b + 203b4e4 commit dec882cCopy full SHA for dec882c
pkgs/development/python-modules/velbus-aio/default.nix
@@ -14,7 +14,7 @@
14
15
buildPythonPackage rec {
16
pname = "velbus-aio";
17
- version = "2024.12.3";
+ version = "2025.1.0";
18
pyproject = true;
19
20
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
23
owner = "Cereal2nd";
24
repo = "velbus-aio";
25
tag = version;
26
- hash = "sha256-tRcPwbvQBy0cmavAyEvhp6SimseeBYAMH9wAfC4fpKg=";
+ hash = "sha256-ZaaHywHX1TScjW0XN/krCYgupHlbH1mRB0fd7YZ2iMY=";
27
fetchSubmodules = true;
28
};
29
0 commit comments