powerhub: 2.0.7 -> 2.0.10

This commit is contained in:
R. Ryantm
2025-08-23 20:17:12 +00:00
parent f04aaa33ec
commit d46e5b5301
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "powerhub";
version = "2.0.7";
version = "2.0.10";
pyproject = true;
src = fetchFromGitHub {
owner = "AdrianVollmer";
repo = "PowerHub";
tag = version;
hash = "sha256-ejdG/vMINyvToP8GAhRMdp/Jq8rZNBubDbRcg2i05lM=";
hash = "sha256-vZIdYjP7F7lUauOCkouwUpR/gO0gEjFR8HLqD3ZjS3E=";
};
nativeBuildInputs = with python3.pkgs; [