Author: simons
Date: Wed Mar  7 06:52:06 2012
New Revision: 32843
URL: https://nixos.org/websvn/nix/?rev=32843&sc=1

Log:
perl-Compress-Raw-Bzip2: updated to version 2.049 to (hopefully) fix test suite 
failures on Darwin

Modified:
   nixpkgs/trunk/pkgs/development/perl-modules/Compress-Raw-Bzip2/default.nix

Modified: 
nixpkgs/trunk/pkgs/development/perl-modules/Compress-Raw-Bzip2/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/perl-modules/Compress-Raw-Bzip2/default.nix  
Wed Mar  7 06:52:02 2012        (r32842)
+++ nixpkgs/trunk/pkgs/development/perl-modules/Compress-Raw-Bzip2/default.nix  
Wed Mar  7 06:52:06 2012        (r32843)
@@ -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.
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to