Merge pull request #209475 from thiagokokada/bump-mcomix

mcomix: 2.0.2 -> 2.1.0
This commit is contained in:
Thiago Kenji Okada 2023-01-07 14:28:35 +00:00 committed by GitHub
commit 30a6a3cded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];