[cpan2nix] perlPackages.Gnome2VFS: 1.082 -> 1.083

This commit is contained in:
volth 2018-04-07 07:55:15 +00:00
parent cfd9203ad8
commit 6b891358e5

View File

@ -6190,12 +6190,12 @@ let self = _self // overrides; _self = with self; {
}; };
Gnome2VFS = buildPerlPackage rec { Gnome2VFS = buildPerlPackage rec {
name = "Gnome2-VFS-1.082"; name = "Gnome2-VFS-1.083";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/X/XA/XAOC/${name}.tar.gz"; url = "mirror://cpan/authors/id/X/XA/XAOC/${name}.tar.gz";
sha256 = "19dacfedef8770300861cb75f98ca5402e6e56501a888af3c18266a0790911b7"; sha256 = "eca974669df4e7f21b4fcedb96c8a328422369c68b8c2cd99b9ce9cc5d7a7979";
}; };
propagatedBuildInputs = [ ExtUtilsDepends ExtUtilsPkgConfig Glib pkgs.gnome2.gnome_vfs ]; propagatedBuildInputs = [ pkgs.gnome2.gnome_vfs Glib ];
meta = { meta = {
description = "Perl interface to the 2.x series of the GNOME VFS library"; description = "Perl interface to the 2.x series of the GNOME VFS library";
license = stdenv.lib.licenses.lgpl21Plus; license = stdenv.lib.licenses.lgpl21Plus;