buku: 2.5 -> 2.7

This commit is contained in:
Matthias Beyer 2017-01-03 12:39:33 +01:00
parent a52ac0a5c6
commit 6587d6bf1d

View File

@ -2,14 +2,14 @@
}:
with pythonPackages; buildPythonApplication rec {
version = "2.5";
version = "2.7";
name = "buku-${version}";
src = fetchFromGitHub {
owner = "jarun";
repo = "buku";
rev = "v${version}";
sha256 = "0m6km37zylinsblwm2p8pm760xlsf9m82xyws3762xs8zxbnfmsd";
sha256 = "1hb5283xaz1ll3iv5542i6f9qshrdgg33dg7gvghz0fwdh8i0jbk";
};
buildInputs = [