mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
lispPackages.quicklisp.quicklispdist: 2018-08-31 -> 2019-01-07
This commit is contained in:
parent
fa67afe92b
commit
2e76049491
67 changed files with 504 additions and 575 deletions
|
@ -1,7 +1,7 @@
|
|||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''cl-unification'';
|
||||
version = ''20171227-git'';
|
||||
version = ''20190107-git'';
|
||||
|
||||
description = ''The CL-UNIFICATION system.
|
||||
|
||||
|
@ -10,8 +10,8 @@ The system contains the definitions for the 'unification' machinery.'';
|
|||
deps = [ ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/cl-unification/2017-12-27/cl-unification-20171227-git.tgz'';
|
||||
sha256 = ''0shwnvn5zf0iwgyqf3pa1b9cv2xghl7pss1ymrjgs95r6ijqxn2p'';
|
||||
url = ''http://beta.quicklisp.org/archive/cl-unification/2019-01-07/cl-unification-20190107-git.tgz'';
|
||||
sha256 = ''0mp40wh58afnpqx9i9wg5x364g35rkd6c9d5hb9g6pdxadqx0cfv'';
|
||||
};
|
||||
|
||||
packageName = "cl-unification";
|
||||
|
@ -22,8 +22,8 @@ The system contains the definitions for the 'unification' machinery.'';
|
|||
/* (SYSTEM cl-unification DESCRIPTION The CL-UNIFICATION system.
|
||||
|
||||
The system contains the definitions for the 'unification' machinery.
|
||||
SHA256 0shwnvn5zf0iwgyqf3pa1b9cv2xghl7pss1ymrjgs95r6ijqxn2p URL
|
||||
http://beta.quicklisp.org/archive/cl-unification/2017-12-27/cl-unification-20171227-git.tgz
|
||||
MD5 45bfd18f8e15d16222e0f747992a6ce6 NAME cl-unification FILENAME
|
||||
cl-unification DEPS NIL DEPENDENCIES NIL VERSION 20171227-git SIBLINGS
|
||||
SHA256 0mp40wh58afnpqx9i9wg5x364g35rkd6c9d5hb9g6pdxadqx0cfv URL
|
||||
http://beta.quicklisp.org/archive/cl-unification/2019-01-07/cl-unification-20190107-git.tgz
|
||||
MD5 a7a12789cc48e571b0871d55cef11b7f NAME cl-unification FILENAME
|
||||
cl-unification DEPS NIL DEPENDENCIES NIL VERSION 20190107-git SIBLINGS
|
||||
(cl-unification-lib cl-unification-test cl-ppcre-template) PARASITES NIL) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue