mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
link-grammar: 5.6.2 -> 5.7.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/link-grammar/versions
This commit is contained in:
parent
96ac71d680
commit
ba22b6ec31
@ -1,14 +1,14 @@
|
||||
{ stdenv, fetchurl, pkgconfig, python3, sqlite, libedit, zlib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "5.6.2";
|
||||
version = "5.7.0";
|
||||
pname = "link-grammar";
|
||||
|
||||
outputs = [ "bin" "out" "dev" "man" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.abisource.com/downloads/${pname}/${version}/${pname}-${version}.tar.gz";
|
||||
sha256 = "1jc6j5kxdv3y4mm82q0rrjvlak8p26fqh92dzw5bkwxnvjmjjg1k";
|
||||
sha256 = "0ak1v469k56v3511kxxkxvx1nw6zcxcl0f1kcvc82ffacqbr4y96";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig python3 ];
|
||||
|
Loading…
Reference in New Issue
Block a user