lol

mnemosyne: update to version 2.3.2

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