python: face: 19.1.2 -> 20.1.1

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:06 +02:00
parent ee37289c05
commit 2f71c41d67

View file

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