Merge pull request #62451 from r-ryantm/auto-update/klaus

klaus: 1.3.0 -> 1.4.0
This commit is contained in:
Pascal Wittmann
2019-06-02 08:42:14 +02:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
python.pkgs.buildPythonPackage rec {
pname = "klaus";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "jonashaag";
repo = pname;
rev = version;
sha256 = "04zjvrpx66x2c0v74nvmq8x7s7c8994cv1zwd5hfn9alq82hqcgr";
sha256 = "041l5dpymi9h0yyr55r6m0skp0m2ags3miay0s1bgfcp469k0l20";
};
prePatch = ''