mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 23:03:41 +00:00
[nix-update-cpan] perlPackages.FileMimeInfo: 0.29 -> 0.30
This commit is contained in:
parent
d7eed4974c
commit
16c8f43778
@ -7951,10 +7951,10 @@ let
|
||||
|
||||
FileMimeInfo = buildPerlPackage {
|
||||
pname = "File-MimeInfo";
|
||||
version = "0.29";
|
||||
version = "0.30";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/M/MI/MICHIELB/File-MimeInfo-0.29.tar.gz";
|
||||
sha256 = "1sh8r6vczyz08zm8vfsjmkg6a165wch54akjdrd1vbifcmwjg5pi";
|
||||
url = "mirror://cpan/authors/id/M/MI/MICHIELB/File-MimeInfo-0.30.tar.gz";
|
||||
sha256 = "0wm87gpagb35d7c4nyaf9z3ry0jb3g5xpyjfzcxqcfxyj2zy9ip2";
|
||||
};
|
||||
doCheck = false; # Failed test 'desktop file is the right one'
|
||||
buildInputs = [ FileBaseDir FileDesktopEntry ];
|
||||
|
Loading…
Reference in New Issue
Block a user