File tree 1 file changed +7
-6
lines changed
pkgs/applications/office/zim
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 9
9
10
10
python2Packages . buildPythonApplication rec {
11
11
name = "zim-${ version } " ;
12
- version = "0.65 " ;
12
+ version = "0.67-rc2 " ;
13
13
14
14
src = fetchurl {
15
15
url = "http://zim-wiki.org/downloads/${ name } .tar.gz" ;
16
- sha256 = "15pdq4fxag85qjsrdmmssiq85qsk5vnbp8mrqnpvx8lm8crz6hjl " ;
16
+ sha256 = "0l4q2dfnvyn0jr1lggf8g7515q4z7qr1lnmy0lsyhjf477ldszqf " ;
17
17
} ;
18
18
19
19
propagatedBuildInputs = with python2Packages ; [ pyGtkGlade pyxdg pygobject2 ] ;
@@ -37,9 +37,10 @@ python2Packages.buildPythonApplication rec {
37
37
'' ;
38
38
39
39
40
- meta = {
41
- description = "A desktop wiki" ;
42
- homepage = http://zim-wiki.org ;
43
- license = stdenv . lib . licenses . gpl2Plus ;
40
+ meta = with stdenv . lib ; {
41
+ description = "A desktop wiki" ;
42
+ homepage = http://zim-wiki.org ;
43
+ license = licenses . gpl2Plus ;
44
+ maintainers = with maintainers ; [ pSub ] ;
44
45
} ;
45
46
}
You can’t perform that action at this time.
0 commit comments