Commit 25a5f3f8 authored by Guillaume Girol's avatar Guillaume Girol
Browse files

libinsane: 1.0.9 -> 1.0.10

parent dcc47fef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

stdenv.mkDerivation rec {
  pname = "libinsane";
  version = "1.0.9";
  version = "1.0.10";

  outputs = [ "out" "dev" "devdoc" ];

@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
    group = "World";
    owner = "OpenPaperwork";
    rev = version;
    sha256 = "1a1lszhq3j11i1jybc5kmn7hhhji44xhjqsxsldsy9l3344rkzv4";
    sha256 = "sha256-2BLg8zB0InPJqK9JypQIMVXIJndo9ZuNB4OeOAo/Hsc=";
  };

  nativeBuildInputs = [ meson pkg-config ninja doxygen gtk-doc docbook_xsl gobject-introspection vala ];