mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
perl-Compress-Raw-Bzip2: updated to version 2.049 to (hopefully) fix test suite failures on Darwin
svn path=/nixpkgs/trunk/; revision=32843
This commit is contained in:
parent
a919e1274f
commit
0005cc8e28
@ -1,11 +1,11 @@
|
||||
{ fetchurl, buildPerlPackage, bzip2 }:
|
||||
|
||||
buildPerlPackage rec {
|
||||
name = "Compress-Raw-Bzip2-2.037";
|
||||
|
||||
name = "Compress-Raw-Bzip2-2.049";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/modules/by-module/Compress/${name}.tar.gz";
|
||||
sha256 = "0fhl8dh8mhvpqfqm85amv694ybflckqhyli9y18x8viwaddbxqpy";
|
||||
sha256 = "7881473e0ab5ecc6ce609382e4f7466fb32217e928eef27e7084702bb07ac172";
|
||||
};
|
||||
|
||||
# Don't build a private copy of bzip2.
|
||||
|
Loading…
Reference in New Issue
Block a user