Author: eelco
Date: 2010-07-05 06:33:45 +0000 (Mon, 05 Jul 2010)
New Revision: 22470

You can view the changes in this commit at:
   https://svn.nixos.org/viewvc/nix?rev=22470&view=rev

Modified:
   nixpkgs/trunk/pkgs/development/python-modules/dbus/default.nix

Log:
* Updated dbus-python.

Changes:

Modified: nixpkgs/trunk/pkgs/development/python-modules/dbus/default.nix
===================================================================
--- nixpkgs/trunk/pkgs/development/python-modules/dbus/default.nix      
2010-07-04 21:53:01 UTC (rev 22469)
+++ nixpkgs/trunk/pkgs/development/python-modules/dbus/default.nix      
2010-07-05 06:33:45 UTC (rev 22470)
@@ -2,7 +2,7 @@
 let 
   fetchurl = a.fetchurl;
 
-  version = a.lib.attrByPath ["version"] "0.83.0" a; 
+  version = a.lib.attrByPath ["version"] "0.83.1" a; 
   buildInputs = with a; [
     pkgconfig
   ];
@@ -13,7 +13,7 @@
 rec {
   src = fetchurl {
     url = 
"http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${version}.tar.gz";;
-    sha256 = "14b1fwq9jyvg9qbbrmpk1264s9shm9n638hsgmkh9fn2lmd1vpc9";
+    sha256 = "168vrizxnszh16yk4acpfhy502w8i997d8l3w4i26kxgy433ha6f";
   };
 
   inherit buildInputs propagatedBuildInputs;

_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to