Merge pull request #81331 from r-ryantm/auto-update/libgdata
libgdata: 0.17.11 -> 0.17.12
This commit is contained in:
commit
398f9a2335
@ -12,7 +12,6 @@
|
||||
, gcr
|
||||
, gnome-online-accounts
|
||||
, gobject-introspection
|
||||
, liboauth
|
||||
, gnome3
|
||||
, p11-kit
|
||||
, openssl
|
||||
@ -22,13 +21,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libgdata";
|
||||
version = "0.17.11";
|
||||
version = "0.17.12";
|
||||
|
||||
outputs = [ "out" "dev" "installedTests" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "11m99sh2k679rnsvqsi95s1l0r8lkvj61dmwg1pnxvsd5q91g6bb";
|
||||
sha256 = "0613nihsvwvdnmlbjnwi8zqxgmpwyxdapzznq4cy1fp84246zzd0";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -47,7 +46,6 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
gcr
|
||||
glib
|
||||
liboauth
|
||||
libsoup
|
||||
libxml2
|
||||
openssl
|
||||
@ -80,7 +78,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "GData API library";
|
||||
homepage = https://wiki.gnome.org/Projects/libgdata;
|
||||
homepage = "https://wiki.gnome.org/Projects/libgdata";
|
||||
maintainers = with maintainers; [ raskin lethalman ] ++ gnome3.maintainers;
|
||||
platforms = platforms.linux;
|
||||
license = licenses.lgpl21Plus;
|
||||
|
Loading…
Reference in New Issue
Block a user