lispPackages.command-line-arguments: git-20141113 -> git-20151120

This commit is contained in:
Michael Raskin 2016-09-26 15:35:34 +02:00
parent abe14c13d1
commit 2615ef01a7

View file

@ -344,14 +344,14 @@ let lispPackages = rec {
command-line-arguments = buildLispPackage rec { command-line-arguments = buildLispPackage rec {
baseName = "command-line-arguments"; baseName = "command-line-arguments";
version = "git-20141113"; version = "git-20151120";
description = "Small library to deal with command-line arguments"; description = "Small library to deal with command-line arguments";
deps = []; deps = [];
# Source type: git # Source type: git
src = pkgs.fetchgit { src = pkgs.fetchgit {
url = ''http://common-lisp.net/project/qitab/git/command-line-arguments.git''; url = ''http://common-lisp.net/project/qitab/git/command-line-arguments.git'';
sha256 = "1jgx8k706wz2qjdnqnralvnhwlzxd0nx22r6rncgs2kw7p4wll9d"; sha256 = "0qx33j0bq8dshiyyv8rjwd0zvhqhqx5gby6xrghfy8ylcwf11r5j";
rev = ''121f303bbef9c9cdf37a7a12d8adb1ad4be5a6ae''; rev = ''003bdbc05e2816e43293530f58efb529e9e89a20'';
}; };
}; };