Merge pull request #318378 from fin444/klaus

klaus: 2.0.3 -> 3.0.0
This commit is contained in:
Pascal Wittmann 2024-06-09 19:27:53 +02:00 committed by GitHub
commit 7b9135d3ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "klaus";
version = "2.0.3";
version = "3.0.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "jonashaag";
repo = pname;
rev = version;
hash = "sha256-VAwIdmwdo/Rim2sVlR605Wo5/zkNOMiGkh40qLrENmU=";
hash = "sha256-BcLlvZ9Ip3laL0cLkqK+mhB+S7ubB4TuZ0VKXOOX3oA=";
};
prePatch = ''