almir: bump to 0.1.8

This commit is contained in:
Domen Kozar 2013-05-16 20:17:47 +02:00
parent 9faa4f4b7b
commit 0c4362445f

View File

@ -142,11 +142,11 @@ pythonPackages = python.modules // rec {
almir = buildPythonPackage rec {
name = "almir-0.1.7";
name = "almir-0.1.8";
src = fetchurl {
url = "http://pypi.python.org/packages/source/a/almir/${name}.zip";
md5 = "daea15c898487a2bded1ae6ef78633e5";
md5 = "9a1f3c72a039622ca72b74be7a1cd37e";
};
buildInputs = [