libmypaint: 1.5.0 -> 1.5.1

This commit is contained in:
R. RyanTM 2020-03-02 13:09:14 +00:00
parent 79217339d2
commit 2fe55e7e2c

View File

@ -12,7 +12,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libmypaint"; pname = "libmypaint";
version = "1.5.0"; version = "1.5.1";
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
owner = "mypaint"; owner = "mypaint";
repo = "libmypaint"; repo = "libmypaint";
rev = "v${version}"; rev = "v${version}";
sha256 = "06szsadj589vlvn33gzybygdknsaahr4cpigh2xyg8mr3h9ngqrl"; sha256 = "1pxx8fjdabcindxhzgbhg4p7yanl4ihbd8kq71y2nyi9dqsjr2fw";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
preConfigure = "./autogen.sh"; preConfigure = "./autogen.sh";
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://mypaint.org/; homepage = "http://mypaint.org/";
description = "Library for making brushstrokes which is used by MyPaint and other projects"; description = "Library for making brushstrokes which is used by MyPaint and other projects";
license = licenses.isc; license = licenses.isc;
maintainers = with maintainers; [ goibhniu jtojnar ]; maintainers = with maintainers; [ goibhniu jtojnar ];