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-04-07 02:59:27 -0700
committerTimo Kaufmann <timokau@zoho.com>2019-04-07 09:59:27 +0000
commitfe3e3892a8bb21e72fc65ca5dfbe902457cda5a5 (patch)
tree8008c6d182c63becb7dec1e751b603ae74fec009 /pkgs/tools/text/link-grammar
parent0498ba6e0645e98a8fdc39c7247ba89eecb8fa41 (diff)
link-grammar: 5.5.1 -> 5.6.0 (#57303)
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 294aa15768012..e565b37fc9ee6 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.5.1";
+  version = "5.6.0";
   pname = "link-grammar";
 
   outputs = [ "bin" "out" "dev" "man" ];
 
   src = fetchurl {
     url = "http://www.abisource.com/downloads/${pname}/${version}/${name}.tar.gz";
-    sha256 = "1x8kj1yr3b7b6qrvc5b8mm90ff3m4qdbdqplvzii2xlkpvik92ff";
+    sha256 = "0v4hn72npjlcf5aaw3kqmvf05vf15mp2r1s2nbj5ggxpprjj6dsm";
   };
 
   nativeBuildInputs = [ pkgconfig python3 ];