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:02 +0000
committerPeter Simons <simons@cryp.to>2012-03-07 06:52:02 +0000
commita919e1274fa1105b83b3309a9c0955253d488208 (patch)
treebdfdf5cf3b68d93fcc4192112344a77ca2a8b689 /pkgs/development/perl-modules
parentc20062ea515e7a6b8df7b050582d35175e34d27a (diff)
downloadnixpkgs-a919e1274fa1105b83b3309a9c0955253d488208.tar
nixpkgs-a919e1274fa1105b83b3309a9c0955253d488208.tar.gz
nixpkgs-a919e1274fa1105b83b3309a9c0955253d488208.tar.bz2
nixpkgs-a919e1274fa1105b83b3309a9c0955253d488208.tar.lz
nixpkgs-a919e1274fa1105b83b3309a9c0955253d488208.tar.xz
nixpkgs-a919e1274fa1105b83b3309a9c0955253d488208.tar.zst
nixpkgs-a919e1274fa1105b83b3309a9c0955253d488208.zip
perl-Compress-Raw-Zlib: updated to version 2.051 to (hopefully) fix test suite failures on Darwin
svn path=/nixpkgs/trunk/; revision=32842
Diffstat (limited to 'pkgs/development/perl-modules')
-rw-r--r--pkgs/development/perl-modules/Compress-Raw-Zlib/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/perl-modules/Compress-Raw-Zlib/default.nix b/pkgs/development/perl-modules/Compress-Raw-Zlib/default.nix
index f2e96a49053..4aa8b4ad812 100644
--- a/pkgs/development/perl-modules/Compress-Raw-Zlib/default.nix
+++ b/pkgs/development/perl-modules/Compress-Raw-Zlib/default.nix
@@ -1,13 +1,13 @@
 { fetchurl, buildPerlPackage, zlib }:
 
 buildPerlPackage rec {
-  name = "Compress-Raw-Zlib-2.037";
-    
+  name = "Compress-Raw-Zlib-2.051";
+
   src = fetchurl {
     url = "mirror://cpan/modules/by-module/Compress/${name}.tar.gz";
-    sha256 = "18grvxjlsqlqiwxgdf26s4z4q9ag0vacrswxbyaqf11a03sciw7d";
+    sha256 = "16c7e0d2ed339c0b5ffe787bbcc9fc063ce6f2145d8cd6a18d0c79fa68d36c09";
   };
-    
+
   preConfigure = ''
     cat > config.in <<EOF
       BUILD_ZLIB   = False