mcomix: 2.1.0 -> 2.2.1

This commit is contained in:
Mitz Amano 2023-08-08 20:58:51 -05:00
parent 9047000354
commit 116eaaf284

View File

@ -18,11 +18,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "mcomix";
version = "2.1.0";
version = "2.2.1";
src = fetchurl {
url = "mirror://sourceforge/mcomix/${pname}-${version}.tar.gz";
hash = "sha256-Nok4oqTezO84q9IDZvgi33ZeKfRL+tpg7QEDmp2ZZpU=";
hash = "sha256-fmnlPhNCN6YR3lW2YCMEAbEiWVigcfFDq1tDQ1eTNkA=";
};
buildInputs = [ gtk3 gdk-pixbuf ];