Skip to content

Commit

Permalink
gpa: 0.9.9 -> 0.9.10
Browse files Browse the repository at this point in the history
(cherry picked from commit 2477196)

Bug fixes
  • Loading branch information
ndowens authored and joachifm committed Mar 23, 2017
1 parent a78916e commit 73a85de
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/applications/misc/gpa/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{ stdenv, fetchurl, intltool, pkgconfig, gtk2, gpgme, libgpgerror, libassuan }:

stdenv.mkDerivation rec {
name = "gpa-0.9.9";
name = "gpa-0.9.10";

src = fetchurl {
url = "mirror://gnupg/gpa/${name}.tar.bz2";
sha256 = "0d235hcqai7m3qb7m9kvr2r4qg4714f87j9fdplwrlz1p4wdfa38";
sha256 = "09xphbi2456qynwqq5n0yh0zdmdi2ggrj3wk4hsyh5lrzlvcrff3";
};

buildInputs = [ intltool pkgconfig gtk2 gpgme libgpgerror libassuan ];
nativeBuildInputs = [ intltool pkgconfig ];
buildInputs = [ gtk2 gpgme libgpgerror libassuan ];

meta = with stdenv.lib; {
description = "Graphical user interface for the GnuPG";
Expand Down

0 comments on commit 73a85de

Please sign in to comment.