Unverified Commit 1ba51c30 authored by Matthew Croughan's avatar Matthew Croughan Committed by GitHub
Browse files

greaseweazle: 1.22 -> 1.23 (#472610)

parents fc152c0f 030d58e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "greaseweazle";
  version = "1.22";
  version = "1.23";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "keirf";
    repo = "greaseweazle";
    rev = "v${version}";
    hash = "sha256-Ki4OvtcFn5DH87OCWY7xN9fRhGxlzS9QIuQCJxPWJco=";
    hash = "sha256-ey9srzGnyaZ5TmeSXo7AQwh93Iufim41mgJnJXHSIyc=";
  };

  build-system = with python3.pkgs; [