vwsfriend: 0.24.7 -> 0.24.10 (#466492)

This commit is contained in:
dotlambda
2025-12-06 19:52:41 +00:00
committed by GitHub
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "vwsfriend";
version = "0.24.7";
version = "0.24.10";
pyproject = true;
src = fetchFromGitHub {
owner = "tillsteinbach";
repo = "VWsFriend";
tag = "v${version}";
hash = "sha256-ZGH7rcGSAYDBSjv1jZjT/uGJIrFL71RYK6vX71RHz8E=";
hash = "sha256-k2LHPjV6ndYpPemLlDBp8oi5ner9LG123FwKTRgqNsM=";
};
sourceRoot = "${src.name}/vwsfriend";