Skip to content

Commit

Permalink
gspell: 1.8.0 → 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Jun 29, 2018
1 parent a6f228d commit 0c083fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gspell/default.nix
Expand Up @@ -2,7 +2,7 @@

let
pname = "gspell";
version = "1.8.0";
version = "1.8.1";
in stdenv.mkDerivation rec {
name = "${pname}-${version}";

Expand All @@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${gnome3.versionBranch version}/${name}.tar.xz";
sha256 = "0ickabxngl567lv1jax4fasr5brq29hg04ymaay47pjfp32w4zqv";
sha256 = "1rdv873ixhwr15jwgc2z6k6y0hj353fqnwsy7zkh0c30qwiiv6l1";
};

propagatedBuildInputs = [ enchant2 ]; # required for pkgconfig
Expand Down

0 comments on commit 0c083fc

Please sign in to comment.