forked from mirrors/nixpkgs
mnemosyne: 2.6.1 -> 2.7
This commit is contained in:
parent
51ef7c3e49
commit
c29da36845
|
@ -4,11 +4,11 @@
|
|||
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "mnemosyne";
|
||||
version = "2.6.1";
|
||||
version = "2.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/project/mnemosyne-proj/mnemosyne/mnemosyne-${version}/Mnemosyne-${version}.tar.gz";
|
||||
sha256 = "0xcwikq51abrlqfn5bv7kcw1ccd3ip0w6cjd5vnnzwnaqwdj8cb3";
|
||||
sha256 = "0lx70vl3pa3c42lr59s459b2bqi7fm0c80lsm06l34ggfwdadq24";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python.pkgs; [
|
||||
|
|
Loading…
Reference in a new issue