Skip to content

Commit

Permalink
pythonPackages.python-gnupg: 0.4.1 -> 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xeji authored and thoughtpolice committed Apr 2, 2018
1 parent a743509 commit b838881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/python-gnupg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
buildPythonPackage rec {
name = "${pname}-${version}";
pname = "python-gnupg";
version = "0.4.1";
version = "0.4.2";

src = fetchPypi {
inherit pname version;
sha256 = "06hfw9cmiw5306fyisp3kzg1hww260qzip829g7y7pj1mwpb0izg";
sha256 = "0wzvx8y4ii1y1vch28a0m6f2y4px9r7qd8fpimsx6y5z4pfscm2s";
};

propagatedBuildInputs = [ gnupg1 ];
Expand Down

0 comments on commit b838881

Please sign in to comment.