summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-08-22 12:11:46 +0200
committerGitHub <noreply@github.com>2018-08-22 12:11:46 +0200
commit038a45f598ef90aa63f27498c77510528079af05 (patch)
tree13ee873915b0eaece8e304eccc6a386a5619a883 /pkgs/development/libraries
parent0cda7b2b98f8967de68f7ce3adb7d9a52c6c4fb6 (diff)
parente59d109e09906c8b68f8984f8587dee1b63b4e96 (diff)
downloadnixlib-038a45f598ef90aa63f27498c77510528079af05.tar
nixlib-038a45f598ef90aa63f27498c77510528079af05.tar.gz
nixlib-038a45f598ef90aa63f27498c77510528079af05.tar.bz2
nixlib-038a45f598ef90aa63f27498c77510528079af05.tar.lz
nixlib-038a45f598ef90aa63f27498c77510528079af05.tar.xz
nixlib-038a45f598ef90aa63f27498c77510528079af05.tar.zst
nixlib-038a45f598ef90aa63f27498c77510528079af05.zip
Merge pull request #43785 from r-ryantm/auto-update/appstream-glib
appstream-glib: 0.7.9 -> 0.7.10
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/appstream-glib/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/appstream-glib/default.nix b/pkgs/development/libraries/appstream-glib/default.nix
index 3a0868ccecb4..48dfe9ad894e 100644
--- a/pkgs/development/libraries/appstream-glib/default.nix
+++ b/pkgs/development/libraries/appstream-glib/default.nix
@@ -1,10 +1,10 @@
 { stdenv, fetchFromGitHub, substituteAll, pkgconfig, gettext, gtk3, glib
 , gtk-doc, libarchive, gobjectIntrospection, libxslt, pngquant
-, sqlite, libsoup, gcab, attr, acl, docbook_xsl, docbook_xml_dtd_42
+, sqlite, libsoup, attr, acl, docbook_xsl, docbook_xml_dtd_42
 , libuuid, json-glib, meson, gperf, ninja
 }:
 stdenv.mkDerivation rec {
-  name = "appstream-glib-0.7.9";
+  name = "appstream-glib-0.7.10";
 
   outputs = [ "out" "dev" "man" "installedTests" ];
   outputBin = "dev";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
     owner = "hughsie";
     repo = "appstream-glib";
     rev = stdenv.lib.replaceStrings ["." "-"] ["_" "_"] name;
-    sha256 = "10b32qw7iy0v1jvmf18wqgs8d1cpy52zm5rzw0wv421n90qiyidk";
+    sha256 = "1m4gww09id7hwzh4hri1y3hp7p0mdrf6fk9f924r2w66hlsdil0d";
   };
 
   nativeBuildInputs = [
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
   ];
   buildInputs = [
     glib gettext sqlite libsoup
-    gcab attr acl libuuid json-glib
+    attr acl libuuid json-glib
     libarchive gobjectIntrospection gperf
   ];
   propagatedBuildInputs = [ gtk3 ];