summary refs log tree commit diff
path: root/pkgs/development/libraries/gspell
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-01-26 22:17:39 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-01-26 22:17:39 +0000
commit94dc9a90aa476c9d218dc2912d4fbe3c7ea1fadb (patch)
tree34f28b95119ad84ef2a61ab317c688e66ec4b121 /pkgs/development/libraries/gspell
parent4311cfa1577c6b3cba7b50e820d2bddacda52484 (diff)
gspell: 1.8.2 -> 1.8.3
Diffstat (limited to 'pkgs/development/libraries/gspell')
-rw-r--r--pkgs/development/libraries/gspell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gspell/default.nix b/pkgs/development/libraries/gspell/default.nix
index 8adb6264e3757..71a427eb2a667 100644
--- a/pkgs/development/libraries/gspell/default.nix
+++ b/pkgs/development/libraries/gspell/default.nix
@@ -2,7 +2,7 @@
 
 let
   pname = "gspell";
-  version = "1.8.2";
+  version = "1.8.3";
 in stdenv.mkDerivation rec {
   name = "${pname}-${version}";
 
@@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
-    sha256 = "1miybm1z5cl91i25l7mfqlxhv7j8yy8rcgi0s1bgbb2vm71rb4dv";
+    sha256 = "1s1dns070pz8dg04ppshdbx1r86n9406vkxcfs8hdghn0bfi9ras";
   };
 
   propagatedBuildInputs = [ enchant2 ]; # required for pkgconfig