klaus: 1.3.0 -> 1.4.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/klaus/versions
This commit is contained in:
R. RyanTM 2019-06-01 18:01:56 -07:00
parent 97aba37876
commit e070b7cc04

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 = ''