Merge pull request #209475 from thiagokokada/bump-mcomix
mcomix: 2.0.2 -> 2.1.0
This commit is contained in:
commit
30a6a3cded
@ -18,11 +18,11 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "mcomix";
|
pname = "mcomix";
|
||||||
version = "2.0.2";
|
version = "2.1.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/mcomix/${pname}-${version}.tar.gz";
|
url = "mirror://sourceforge/mcomix/${pname}-${version}.tar.gz";
|
||||||
sha256 = "sha256-7zjQcT5WoHxy+YzCDJ6s2ngOOfO4L9exuqBqacecClg=";
|
hash = "sha256-Nok4oqTezO84q9IDZvgi33ZeKfRL+tpg7QEDmp2ZZpU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gobject-introspection gtk3 gdk-pixbuf ];
|
buildInputs = [ gobject-introspection gtk3 gdk-pixbuf ];
|
||||||
|
Loading…
Reference in New Issue
Block a user