Unverified Commit 30a6a3cd authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

Merge pull request #209475 from thiagokokada/bump-mcomix

mcomix: 2.0.2 -> 2.1.0
parents 03ee1f13 dced285c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,11 +18,11 @@

python3.pkgs.buildPythonApplication rec {
  pname = "mcomix";
  version = "2.0.2";
  version = "2.1.0";

  src = fetchurl {
    url = "mirror://sourceforge/mcomix/${pname}-${version}.tar.gz";
    sha256 = "sha256-7zjQcT5WoHxy+YzCDJ6s2ngOOfO4L9exuqBqacecClg=";
    hash = "sha256-Nok4oqTezO84q9IDZvgi33ZeKfRL+tpg7QEDmp2ZZpU=";
  };

  buildInputs = [ gobject-introspection gtk3 gdk-pixbuf ];