Commit 36c628e0 authored by R. RyanTM's avatar R. RyanTM
Browse files

iplookup-gtk: 0.4.1 -> 0.4.2

parent bb2e2e26
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

python3Packages.buildPythonPackage rec {
  pname = "iplookup-gtk";
  version = "0.4.1";
  version = "0.4.2";
  pyproject = false; # Built with meson

  src = fetchFromGitHub {
    owner = "Bytezz";
    repo = "IPLookup-gtk";
    tag = "v${version}";
    hash = "sha256-WXLT7ThuD4/alb44mkGNLJjZPiWgNmSUqsRiO+cjdPk=";
    hash = "sha256-9v4v8LWTGHtQKtiJPZSDJyHMujnwRv7cyRtmdMDnyFo=";
  };

  nativeBuildInputs = [