update cl-launch

This commit is contained in:
Michael Raskin 2015-03-08 21:56:13 +03:00
parent 1fdc855b2f
commit db0f66a188

View File

@ -3,11 +3,11 @@ let
s = # Generated upstream information s = # Generated upstream information
rec { rec {
baseName="cl-launch"; baseName="cl-launch";
version="4.1"; version="4.1.1";
name="${baseName}-${version}"; name="${baseName}-${version}";
hash="0fmxa8013sgxmbfmh1wqffywg72zynzlw5yyrdvy9qpx1my36pwb"; hash="1nimbv1ms7fcikx8y6dxrzdm63psf4882z5kjr6qdyarqz6gaq20";
url="http://common-lisp.net/project/xcvb/cl-launch/cl-launch-4.1.tar.gz"; url="http://common-lisp.net/project/xcvb/cl-launch/cl-launch-4.1.1.tar.gz";
sha256="0fmxa8013sgxmbfmh1wqffywg72zynzlw5yyrdvy9qpx1my36pwb"; sha256="1nimbv1ms7fcikx8y6dxrzdm63psf4882z5kjr6qdyarqz6gaq20";
}; };
buildInputs = [ buildInputs = [
]; ];