anki: update from 2.0.26 to 2.0.28

This commit is contained in:
Moritz Ulrich 2014-08-04 15:53:05 +02:00
parent 19fb472d5a
commit be560b710e

View file

@ -6,13 +6,13 @@
let
py = pythonPackages;
version = "2.0.26";
version = "2.0.28";
in
stdenv.mkDerivation rec {
name = "anki-${version}";
src = fetchurl {
url = "http://ankisrs.net/download/mirror/${name}.tgz";
sha256 = "0w1dn2v6mbyq4dfyjskx51qwfqy6jpskpg4v5pzrv30big274p4q";
sha256 = "0dj33mlc23y982kcl4h0aganb4fy70rl28mpj2mbcfphykzkv05s";
};
pythonPath = [ pyqt4 py.pysqlite py.sqlalchemy py.pyaudio ]