python: face: 0.1.0 -> 19.1.2

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:30 +02:00
parent 8c918ff407
commit 2df2cbdef5
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "face";
version = "0.1.0";
version = "19.1.2";
src = fetchPypi {
inherit pname version;
sha256 = "0zdp5qlrhxf4dypvvd0zr7zxj2svkz9wblp37vgw01wvcy9b1ds7";
sha256 = "38c94ec17a4d6f9628f094b697faca0f802f4028071ce8cbdb3116d4cde772a3";
};
propagatedBuildInputs = [ boltons ];