Merge pull request #39190 from r-ryantm/auto-update/safeeyes

safeeyes: 2.0.2 -> 2.0.5
This commit is contained in:
Jörg Thalheim 2018-04-21 19:11:27 +01:00 committed by GitHub
commit c9eae0c04d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,12 +6,12 @@ let inherit (python3Packages) python buildPythonApplication fetchPypi;
in buildPythonApplication rec {
name = "${pname}-${version}";
pname = "safeeyes";
version = "2.0.2";
version = "2.0.5";
namePrefix = "";
src = fetchPypi {
inherit pname version;
sha256 = "1fx6zd4hnbc7gdpac6r7smxwdl1bifaxx3mnx0wrqfvhpnwr1ybv";
sha256 = "1q52ncqn18wb3d42dzsm7lh301w6g053a685i1cnismvp86amvfl";
};
buildInputs = [