python: libagent: 0.12.0 -> 0.12.1

This commit is contained in:
Frederik Rietdijk 2018-11-20 11:58:36 +01:00
parent 6c0a5b66b0
commit 232d4443e5

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "libagent";
version = "0.12.0";
version = "0.12.1";
src = fetchPypi{
inherit pname version;
sha256 = "55af1ad2a6c95aef1fc5588c2002c9e54edbb14e248776b64d00628235ceda3e";
sha256 = "f21515a217125b7c8cbb1f53327d1d4363c1b980a7e246feabf91aed9b1c51e5";
};
propagatedBuildInputs = [ unidecode backports-shutil-which ConfigArgParse