summary refs log tree commit diff
path: root/pkgs/development/perl-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-03-07 06:52:06 +0000
committerPeter Simons <simons@cryp.to>2012-03-07 06:52:06 +0000
commit0005cc8e28037dfe51697a00f7640f69332bd5c0 (patch)
tree252bc0dc90b7123e3a692845dc08c4cea58f908a /pkgs/development/perl-modules
parenta919e1274fa1105b83b3309a9c0955253d488208 (diff)
downloadnixpkgs-0005cc8e28037dfe51697a00f7640f69332bd5c0.tar
nixpkgs-0005cc8e28037dfe51697a00f7640f69332bd5c0.tar.gz
nixpkgs-0005cc8e28037dfe51697a00f7640f69332bd5c0.tar.bz2
nixpkgs-0005cc8e28037dfe51697a00f7640f69332bd5c0.tar.lz
nixpkgs-0005cc8e28037dfe51697a00f7640f69332bd5c0.tar.xz
nixpkgs-0005cc8e28037dfe51697a00f7640f69332bd5c0.tar.zst
nixpkgs-0005cc8e28037dfe51697a00f7640f69332bd5c0.zip
perl-Compress-Raw-Bzip2: updated to version 2.049 to (hopefully) fix test suite failures on Darwin
svn path=/nixpkgs/trunk/; revision=32843
Diffstat (limited to 'pkgs/development/perl-modules')
-rw-r--r--pkgs/development/perl-modules/Compress-Raw-Bzip2/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/perl-modules/Compress-Raw-Bzip2/default.nix b/pkgs/development/perl-modules/Compress-Raw-Bzip2/default.nix
index f6e0da66d78..6515efada6f 100644
--- a/pkgs/development/perl-modules/Compress-Raw-Bzip2/default.nix
+++ b/pkgs/development/perl-modules/Compress-Raw-Bzip2/default.nix
@@ -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.