Unverified Commit f20bd631 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

vwsfriend: 0.24.7 -> 0.24.10 (#466492)

parents bd04172b a65b8e03
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.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";