poezio: 0.13 -> 0.13.1

gstqt5
R. RyanTM 2020-06-11 01:44:15 +00:00
parent 6e9bb30566
commit 58a4f737c6
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
, pytest, aiodns, slixmpp, pyinotify, potr, mpd2, cffi, pkgconfig, setuptools }:
buildPythonApplication rec {
pname = "poezio";
version = "0.13";
version = "0.13.1";
disabled = pythonOlder "3.4";
@ -14,7 +14,7 @@ buildPythonApplication rec {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "14ig7va0yf5wdhi8hk00f1wni8pj37agggdnvsicvcw2rz1cdw0x";
sha256 = "041y61pcbdb86s04qwp8s1g6bp84yskc7vdizwpi2hz18y01x5fy";
};
checkPhase = ''