···23buildPythonPackage rec {
4 pname = "kconfiglib";
5- version = "13.7.0";
67 src = fetchPypi {
8 inherit pname version;
9- sha256 = "0dkfprrsds64d2jbqnwdzb4why84jaj968s3ccmyqg5385nr9fwd";
10 };
1112 # doesnt work out of the box but might be possible
···23buildPythonPackage rec {
4 pname = "kconfiglib";
5+ version = "14.1.0";
67 src = fetchPypi {
8 inherit pname version;
9+ sha256 = "0g690bk789hsry34y4ahvly5c8w8imca90ss4njfqf7m2qicrlmy";
10 };
1112 # doesnt work out of the box but might be possible