Author: ludo Date: 2010-06-10 21:52:23 +0000 (Thu, 10 Jun 2010) New Revision: 22214
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22214&view=rev Modified: nixpkgs/trunk/maintainers/scripts/gnu/gnupdate.scm Log: GNUpdate: Update to the new module name. Changes: Modified: nixpkgs/trunk/maintainers/scripts/gnu/gnupdate.scm =================================================================== --- nixpkgs/trunk/maintainers/scripts/gnu/gnupdate.scm 2010-06-10 15:21:08 UTC (rev 22213) +++ nixpkgs/trunk/maintainers/scripts/gnu/gnupdate.scm 2010-06-10 21:52:23 UTC (rev 22214) @@ -28,7 +28,7 @@ (srfi srfi-11) (srfi srfi-37) (system foreign) - (rnrs bytevector)) + (rnrs bytevectors)) ;;; _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
