Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
pythonPackages.python-gnupg: 0.4.3 -> 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stigtsp committed Jan 24, 2019
1 parent 4348017 commit 464cbda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/python-gnupg/default.nix
Expand Up @@ -3,11 +3,11 @@
buildPythonPackage rec {
name = "${pname}-${version}";
pname = "python-gnupg";
version = "0.4.3";
version = "0.4.4";

src = fetchPypi {
inherit pname version;
sha256 = "2d158dfc6b54927752b945ebe57e6a0c45da27747fa3b9ae66eccc0d2147ac0d";
sha256 = "45daf020b370bda13a1429c859fcdff0b766c0576844211446f9266cae97fb0e";
};

propagatedBuildInputs = [ gnupg1 ];
Expand Down

0 comments on commit 464cbda

Please sign in to comment.