Skip to content

Commit

Permalink
poezio: 0.10 -> 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Feb 12, 2017
1 parent 8e19dc5 commit cf47755
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 109 deletions.
80 changes: 0 additions & 80 deletions pkgs/development/python-modules/poezio/fix_plugins_imports.patch

This file was deleted.

This file was deleted.

7 changes: 3 additions & 4 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -30186,21 +30186,20 @@ EOF

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

disabled = pythonOlder "3.4";

buildInputs = with self; [ pytest ];
propagatedBuildInputs = with self ; [ aiodns slixmpp pyinotify potr mpd2 ];

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

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

checkPhase = ''
Expand Down

0 comments on commit cf47755

Please sign in to comment.