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

klaus: 1.5.2 -> 2.0.0
This commit is contained in:
Jonas Heinrich 2022-08-29 22:17:59 +02:00 committed by GitHub
commit f24075b706
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ lib, buildPythonPackage, fetchFromGitHub, isPy3k, six, flask, pygments, dulwich, httpauth, humanize, pytest, requests, python-ctags3, mock }:
{ lib, buildPythonPackage, fetchFromGitHub, isPy3k, flask, pygments, dulwich, httpauth, humanize, pytest, requests, python-ctags3, mock }:
buildPythonPackage rec {
pname = "klaus";
version = "1.5.2";
version = "2.0.0";
src = fetchFromGitHub {
owner = "jonashaag";
repo = pname;
rev = version;
sha256 = "12b96jgiv9y7zmkqqj3dh0fbbm3ps8gbqk925qrhh56zqjl66kx2";
sha256 = "sha256-GyWlIFmP78t+cyPWjjB/EgA/L+2QqHPnmfJ64W5gsf8=";
};
prePatch = ''
@ -17,7 +17,7 @@ buildPythonPackage rec {
'';
propagatedBuildInputs = [
six flask pygments dulwich httpauth humanize
flask pygments dulwich httpauth humanize
];
checkInputs = [