summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-01 22:08:11 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-06-01 22:08:11 -0700
commitb7b7a7df7e38558b1521338542d96a8f7cb395d8 (patch)
tree3f871bd7ea7091d45334293afe1458ec21e79bcd /pkgs/tools/text
parent97aba37876c4513102b0acef05f3438c0b896840 (diff)
link-grammar: 5.6.0 -> 5.6.1
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')
-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 e565b37fc9ee..2f7d63c99270 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.0";
+ version = "5.6.1";
pname = "link-grammar";
outputs = [ "bin" "out" "dev" "man" ];
src = fetchurl {
url = "http://www.abisource.com/downloads/${pname}/${version}/${name}.tar.gz";
- sha256 = "0v4hn72npjlcf5aaw3kqmvf05vf15mp2r1s2nbj5ggxpprjj6dsm";
+ sha256 = "1y0zydcr501nlw3r1vh68z6fqj1kjgrc2l8d1hmdv3ipynadqwm2";
};
nativeBuildInputs = [ pkgconfig python3 ];