gmvault: use logbook 0.4.2

This commit is contained in:
Domen Kozar 2013-07-29 21:16:35 +02:00
parent 7458f29dc9
commit 0be7ef35bb

View file

@ -24,6 +24,7 @@ buildPythonPackage rec {
patchPhase = ''
cat ${startScript} > etc/scripts/gmvault
chmod +x etc/scripts/gmvault
substituteInPlace setup.py --replace "Logbook==0.4.1" "Logbook==0.4.2"
'';
meta = {