about summary refs log tree commit diff
path: root/pkgs/tools/text/link-grammar
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-07-01 16:11:35 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-07-03 09:28:13 +0200
commit2239512aa2959724d57336d0ef1d935701121c2a (patch)
tree31cadaa1eb9e23cbcf51c630c24ecb9481d6cb81 /pkgs/tools/text/link-grammar
parent3c00c7239dc53b626fb4552f0656a24ffe47e533 (diff)
link-grammar: 5.6.1 -> 5.6.2
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
Diffstat (limited to 'pkgs/tools/text/link-grammar')
-rw-r--r--pkgs/tools/text/link-grammar/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/link-grammar/default.nix b/pkgs/tools/text/link-grammar/default.nix
index 2f7d63c992704..32aeed7499f30 100644
--- a/pkgs/tools/text/link-grammar/default.nix
+++ b/pkgs/tools/text/link-grammar/default.nix
@@ -2,14 +2,14 @@
 
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
-  version = "5.6.1";
+  version = "5.6.2";
   pname = "link-grammar";
 
   outputs = [ "bin" "out" "dev" "man" ];
 
   src = fetchurl {
     url = "http://www.abisource.com/downloads/${pname}/${version}/${name}.tar.gz";
-    sha256 = "1y0zydcr501nlw3r1vh68z6fqj1kjgrc2l8d1hmdv3ipynadqwm2";
+    sha256 = "1jc6j5kxdv3y4mm82q0rrjvlak8p26fqh92dzw5bkwxnvjmjjg1k";
   };
 
   nativeBuildInputs = [ pkgconfig python3 ];