Unverified Commit 040a1794 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

vwsfriend: 0.24.5 -> 0.24.7 (#343237)

parents 0ecffd6c d359326c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "vwsfriend";
  version = "0.24.5";
  version = "0.24.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "tillsteinbach";
    repo = "VWsFriend";
    rev = "refs/tags/v${version}";
    hash = "sha256-bKL0ExHV/wz3qwB5pMgZDkASr93sCUb01uTipkE5iJU=";
    hash = "sha256-ZGH7rcGSAYDBSjv1jZjT/uGJIrFL71RYK6vX71RHz8E=";
  };

  sourceRoot = "${src.name}/vwsfriend";