summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2016-07-19 13:39:19 +0200
committerLancelot SIX <lsix@lancelotsix.com>2016-07-19 13:39:19 +0200
commit4a1ffadcdbfc02b828e42c10bf2c43f75787bb31 (patch)
treea7bf6781f5db81c62a5a8ba1f18d1c467ae60533 /pkgs/development
parent7d69e5dda21b00c75aacad84711f8504c7390b44 (diff)
downloadnixpkgs-4a1ffadcdbfc02b828e42c10bf2c43f75787bb31.tar
nixpkgs-4a1ffadcdbfc02b828e42c10bf2c43f75787bb31.tar.gz
nixpkgs-4a1ffadcdbfc02b828e42c10bf2c43f75787bb31.tar.bz2
nixpkgs-4a1ffadcdbfc02b828e42c10bf2c43f75787bb31.tar.lz
nixpkgs-4a1ffadcdbfc02b828e42c10bf2c43f75787bb31.tar.xz
nixpkgs-4a1ffadcdbfc02b828e42c10bf2c43f75787bb31.tar.zst
nixpkgs-4a1ffadcdbfc02b828e42c10bf2c43f75787bb31.zip
gtkspell3: 3.0.7 -> 3.0.8
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/gtkspell/3.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gtkspell/3.nix b/pkgs/development/libraries/gtkspell/3.nix
index b9f2f3c77e5..1b28477f1e0 100644
--- a/pkgs/development/libraries/gtkspell/3.nix
+++ b/pkgs/development/libraries/gtkspell/3.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "gtkspell-${version}";
-  version = "3.0.7";
+  version = "3.0.8";
 
   src = fetchurl {
     url = "mirror://sourceforge/gtkspell/gtkspell3-${version}.tar.gz";
-    sha256 = "1hiwzajf18v9ik4nai3s7frps4ccn9s20nggad1c4k2mwb9ydwhk";
+    sha256 = "1zrz5pz4ryvcssk898liynmy2wyxgj95ak7mp2jv7x62yzihq6h1";
   };
 
   buildInputs = [ aspell pkgconfig gtk3 enchant intltool ];