mnemosyne: update to version 2.3.2

This commit is contained in:
Peter Simons 2015-03-10 15:38:59 +01:00
parent 44c3256017
commit 7e45327e9a

View file

@ -6,13 +6,13 @@
, cherrypy , cherrypy
, sqlite3 , sqlite3
}: }:
let let
version = "2.2.1"; version = "2.3.2";
in buildPythonPackage rec { in buildPythonPackage rec {
name = "mnemosyne-${version}"; name = "mnemosyne-${version}";
src = fetchurl { src = fetchurl {
url = "http://sourceforge.net/projects/mnemosyne-proj/files/mnemosyne/${name}/Mnemosyne-${version}.tar.gz"; url = "http://sourceforge.net/projects/mnemosyne-proj/files/mnemosyne/${name}/Mnemosyne-${version}.tar.gz";
sha256 = "7f5dd06a879b9ab059592355412182ee286e78e124aa25d588cacf9e4ab7c423"; sha256 = "0jkrw45i4v24p6xyq94z7rz5948h7f5dspgs5mcdaslnlp2accfp";
}; };
pythonPath = [ pythonPath = [
pyqt4 pyqt4
@ -51,7 +51,7 @@ in buildPythonPackage rec {
uploaded to a central server for analysis. This data will be valuable to uploaded to a central server for analysis. This data will be valuable to
study the behaviour of our memory over a very long time period. The study the behaviour of our memory over a very long time period. The
results will be used to improve the scheduling algorithms behind the results will be used to improve the scheduling algorithms behind the
software even further. software even further.
''; '';
}; };
} }