Skip to content

Commit

Permalink
perlPackages.CompressRawBzip2: 2.064 -> 2.070
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Jan 13, 2017
1 parent fbe3a9c commit e2be232
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -2094,11 +2094,11 @@ let self = _self // overrides; _self = with self; {
};
};

CompressRawBzip2 = buildPerlPackage {
name = "Compress-Raw-Bzip2-2.064";
CompressRawBzip2 = buildPerlPackage rec {
name = "Compress-Raw-Bzip2-2.070";
src = fetchurl {
url = mirror://cpan/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-2.064.tar.gz;
sha256 = "0aqbggr9yf4hn21a9fra111rlmva3w8f3mqvbchl5l86knkbkwy3";
url = "mirror://cpan/authors/id/P/PM/PMQS/${name}.tar.gz";
sha256 = "0rmwpqhnhw5n11gm9mbxrxnardm0jfy7568ln9zw21bq3d7dsmn8";
};

# Don't build a private copy of bzip2.
Expand Down

0 comments on commit e2be232

Please sign in to comment.