lispPackages.command-line-arguments: git-20141113 -> git-20151120
This commit is contained in:
parent
abe14c13d1
commit
2615ef01a7
@ -344,14 +344,14 @@ let lispPackages = rec {
|
||||
|
||||
command-line-arguments = buildLispPackage rec {
|
||||
baseName = "command-line-arguments";
|
||||
version = "git-20141113";
|
||||
version = "git-20151120";
|
||||
description = "Small library to deal with command-line arguments";
|
||||
deps = [];
|
||||
# Source type: git
|
||||
src = pkgs.fetchgit {
|
||||
url = ''http://common-lisp.net/project/qitab/git/command-line-arguments.git'';
|
||||
sha256 = "1jgx8k706wz2qjdnqnralvnhwlzxd0nx22r6rncgs2kw7p4wll9d";
|
||||
rev = ''121f303bbef9c9cdf37a7a12d8adb1ad4be5a6ae'';
|
||||
sha256 = "0qx33j0bq8dshiyyv8rjwd0zvhqhqx5gby6xrghfy8ylcwf11r5j";
|
||||
rev = ''003bdbc05e2816e43293530f58efb529e9e89a20'';
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user