mnemosyne: update to version 2.3.2

+4 -4
+4 -4
pkgs/games/mnemosyne/default.nix
··· 6 6 , cherrypy 7 7 , sqlite3 8 8 }: 9 - let 10 - version = "2.2.1"; 9 + let 10 + version = "2.3.2"; 11 11 in buildPythonPackage rec { 12 12 name = "mnemosyne-${version}"; 13 13 src = fetchurl { 14 14 url = "http://sourceforge.net/projects/mnemosyne-proj/files/mnemosyne/${name}/Mnemosyne-${version}.tar.gz"; 15 - sha256 = "7f5dd06a879b9ab059592355412182ee286e78e124aa25d588cacf9e4ab7c423"; 15 + sha256 = "0jkrw45i4v24p6xyq94z7rz5948h7f5dspgs5mcdaslnlp2accfp"; 16 16 }; 17 17 pythonPath = [ 18 18 pyqt4 ··· 51 51 uploaded to a central server for analysis. This data will be valuable to 52 52 study the behaviour of our memory over a very long time period. The 53 53 results will be used to improve the scheduling algorithms behind the 54 - software even further. 54 + software even further. 55 55 ''; 56 56 }; 57 57 }