mypaint: 2.0.0 → 2.0.1

https://github.com/mypaint/mypaint/releases/tag/v2.0.1
This commit is contained in:
Jan Tojnar 2020-07-20 01:58:24 +02:00
parent fb90f53313
commit f1f038331f
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -1,7 +1,7 @@
{ stdenv
, fetchFromGitHub
, gtk3
, intltool
, gettext
, json_c
, lcms2
, libpng
@ -20,18 +20,18 @@ let
inherit (python3.pkgs) pycairo pygobject3 numpy buildPythonApplication;
in buildPythonApplication rec {
pname = "mypaint";
version = "2.0.0";
version = "2.0.1";
src = fetchFromGitHub {
owner = "mypaint";
repo = "mypaint";
rev = "v${version}";
sha256 = "180kyilhf81ndhwl1hlvy82gh6hxpcvka2d1nkghbpgy431rls6r";
sha256 = "rVKcxzWZRLcuxK8xRyRgvitXAh4uOEyqHswLeTdA2Mk=";
fetchSubmodules = true;
};
nativeBuildInputs = [
intltool
gettext
pkgconfig
swig
wrapGAppsHook