Skip to content

Commit

Permalink
poezio: 0.11 -> 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lheckemann authored and lsix committed Oct 23, 2018
1 parent af588df commit f8d156f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
12 changes: 0 additions & 12 deletions pkgs/development/python-modules/poezio/fix_gnupg_import.patch

This file was deleted.

13 changes: 5 additions & 8 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -16264,22 +16264,19 @@ EOF

poezio = buildPythonApplication rec {
name = "poezio-${version}";
version = "0.11";
version = "0.12";

disabled = pythonOlder "3.4";

buildInputs = with self; [ pytest ];
propagatedBuildInputs = with self ; [ aiodns slixmpp pyinotify potr mpd2 ];
propagatedBuildInputs = with self ; [ aiodns slixmpp pyinotify potr mpd2 cffi ];
nativeBuildInputs = with pkgs; [ pkgconfig ];

src = pkgs.fetchurl {
url = "http://dev.louiz.org/attachments/download/118/${name}.tar.gz";
sha256 = "07cn3717swarjv47yw8x95bvngz4nvlyyy9m7ck9fhycjgdy82r0";
url = "http://dev.louiz.org/attachments/download/129/${name}.tar.gz";
sha256 = "11n9x82xyjwbqk28lsfnvqwn8qc9flv6w2c64camh6j3148ykpvz";
};

patches = [
../development/python-modules/poezio/fix_gnupg_import.patch
];

checkPhase = ''
py.test
'';
Expand Down

0 comments on commit f8d156f

Please sign in to comment.