Fix version strings for switch from CVS
This commit is contained in:
parent
44c9eddd64
commit
e6e02133d6
@ -72,7 +72,7 @@ let lispPackages = rec {
|
|||||||
|
|
||||||
cl-unification = buildLispPackage rec {
|
cl-unification = buildLispPackage rec {
|
||||||
baseName = "cl-unification";
|
baseName = "cl-unification";
|
||||||
version = "cvs-2013-10-28";
|
version = "git-2015-07-01";
|
||||||
description = "";
|
description = "";
|
||||||
deps = [];
|
deps = [];
|
||||||
src = pkgs.fetchgit {
|
src = pkgs.fetchgit {
|
||||||
@ -538,7 +538,7 @@ let lispPackages = rec {
|
|||||||
|
|
||||||
cl-smtp = buildLispPackage rec {
|
cl-smtp = buildLispPackage rec {
|
||||||
baseName = "cl-smtp";
|
baseName = "cl-smtp";
|
||||||
version = "cvs-2014-11-15";
|
version = "git-2015-07-01";
|
||||||
description = "SMTP client library";
|
description = "SMTP client library";
|
||||||
deps = [cl-ssl cl-base64 flexi-streams trivial-gray-streams usocket];
|
deps = [cl-ssl cl-base64 flexi-streams trivial-gray-streams usocket];
|
||||||
# Source type: git
|
# Source type: git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user