Merge pull request #61317 from r-ryantm/auto-update/gtk-doc

gtk-doc: 1.29 -> 1.30
This commit is contained in:
Pascal Wittmann 2019-05-12 20:04:36 +02:00 committed by GitHub
commit acb3af5fcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
name = "gtk-doc-${version}";
version = "1.29";
version = "1.30";
src = fetchurl {
url = "mirror://gnome/sources/gtk-doc/${version}/${name}.tar.xz";
sha256 = "1cc6yl8l275qn3zpjl6f0s4fwmkczngjr9hhsdv74mln4h08wmql";
sha256 = "17h6nwhis66z4dxjrc833wvfl6pqjp81yfx3fq6x7k1qp2749xm4";
};
patches = [