mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
lispPackages.quicklisp: 2018-01-31 -> 2018-04-30; regenerate packages
This commit is contained in:
parent
39e9de1b85
commit
a4867b30d1
86 changed files with 1231 additions and 719 deletions
|
@ -1,15 +1,15 @@
|
|||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''cl-paths'';
|
||||
version = ''cl-vectors-20170630-git'';
|
||||
version = ''cl-vectors-20180228-git'';
|
||||
|
||||
description = ''cl-paths: vectorial paths manipulation'';
|
||||
|
||||
deps = [ ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/cl-vectors/2017-06-30/cl-vectors-20170630-git.tgz'';
|
||||
sha256 = ''0820qwi6pp8683rqp37x9l9shm0vh873bc4p9q38cz56ck7il740'';
|
||||
url = ''http://beta.quicklisp.org/archive/cl-vectors/2018-02-28/cl-vectors-20180228-git.tgz'';
|
||||
sha256 = ''0fcypjfzqra8ryb4nx1vx1fqy7fwvyz3f443qkjg2z81akhkscly'';
|
||||
};
|
||||
|
||||
packageName = "cl-paths";
|
||||
|
@ -18,8 +18,8 @@ rec {
|
|||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM cl-paths DESCRIPTION cl-paths: vectorial paths manipulation SHA256
|
||||
0820qwi6pp8683rqp37x9l9shm0vh873bc4p9q38cz56ck7il740 URL
|
||||
http://beta.quicklisp.org/archive/cl-vectors/2017-06-30/cl-vectors-20170630-git.tgz
|
||||
MD5 cee3bb14adbba3142b782c646f7651ce NAME cl-paths FILENAME cl-paths DEPS
|
||||
NIL DEPENDENCIES NIL VERSION cl-vectors-20170630-git SIBLINGS
|
||||
0fcypjfzqra8ryb4nx1vx1fqy7fwvyz3f443qkjg2z81akhkscly URL
|
||||
http://beta.quicklisp.org/archive/cl-vectors/2018-02-28/cl-vectors-20180228-git.tgz
|
||||
MD5 9d9629786d4f2c19c15cc6cd3049c343 NAME cl-paths FILENAME cl-paths DEPS
|
||||
NIL DEPENDENCIES NIL VERSION cl-vectors-20180228-git SIBLINGS
|
||||
(cl-aa-misc cl-aa cl-paths-ttf cl-vectors) PARASITES NIL) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue