1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Fix version strings for switch from CVS

This commit is contained in:
Michael Raskin 2015-07-15 23:52:21 +03:00
parent 44c9eddd64
commit e6e02133d6

View file

@ -72,7 +72,7 @@ let lispPackages = rec {
cl-unification = buildLispPackage rec {
baseName = "cl-unification";
version = "cvs-2013-10-28";
version = "git-2015-07-01";
description = "";
deps = [];
src = pkgs.fetchgit {
@ -538,7 +538,7 @@ let lispPackages = rec {
cl-smtp = buildLispPackage rec {
baseName = "cl-smtp";
version = "cvs-2014-11-15";
version = "git-2015-07-01";
description = "SMTP client library";
deps = [cl-ssl cl-base64 flexi-streams trivial-gray-streams usocket];
# Source type: git