quicklispPackages: regenerate
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''fast-io'';
|
||||
version = ''20171023-git'';
|
||||
version = ''20200925-git'';
|
||||
|
||||
description = ''Alternative I/O mechanism to a stream or vector'';
|
||||
|
||||
deps = [ args."alexandria" args."babel" args."cffi" args."cffi-grovel" args."cffi-toolchain" args."static-vectors" args."trivial-features" args."trivial-gray-streams" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/fast-io/2017-10-23/fast-io-20171023-git.tgz'';
|
||||
sha256 = ''09w4awnvw772s24ivgzx2irhy701nrsxbim6ip5rc70rfzbff8sl'';
|
||||
url = ''http://beta.quicklisp.org/archive/fast-io/2020-09-25/fast-io-20200925-git.tgz'';
|
||||
sha256 = ''1rgyr6y20fp3jqnx5snpjf9lngzalip2a28l04ssypwagmhaa975'';
|
||||
};
|
||||
|
||||
packageName = "fast-io";
|
||||
@@ -18,9 +18,9 @@ rec {
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM fast-io DESCRIPTION Alternative I/O mechanism to a stream or vector
|
||||
SHA256 09w4awnvw772s24ivgzx2irhy701nrsxbim6ip5rc70rfzbff8sl URL
|
||||
http://beta.quicklisp.org/archive/fast-io/2017-10-23/fast-io-20171023-git.tgz
|
||||
MD5 89105f8277f3bf3709fae1b789e3d5ad NAME fast-io FILENAME fast-io DEPS
|
||||
SHA256 1rgyr6y20fp3jqnx5snpjf9lngzalip2a28l04ssypwagmhaa975 URL
|
||||
http://beta.quicklisp.org/archive/fast-io/2020-09-25/fast-io-20200925-git.tgz
|
||||
MD5 aa948bd29b8733f08e79a60226243117 NAME fast-io FILENAME fast-io DEPS
|
||||
((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
|
||||
(NAME cffi FILENAME cffi) (NAME cffi-grovel FILENAME cffi-grovel)
|
||||
(NAME cffi-toolchain FILENAME cffi-toolchain)
|
||||
@@ -30,4 +30,4 @@ rec {
|
||||
DEPENDENCIES
|
||||
(alexandria babel cffi cffi-grovel cffi-toolchain static-vectors
|
||||
trivial-features trivial-gray-streams)
|
||||
VERSION 20171023-git SIBLINGS (fast-io-test) PARASITES NIL) */
|
||||
VERSION 20200925-git SIBLINGS (fast-io-test) PARASITES NIL) */
|
||||
|
||||
Reference in New Issue
Block a user