python3Packages.k5test: 0.10.1 -> 0.10.3

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:22 +01:00
parent 3285aa4a49
commit c4aeefaf3f

View File

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "k5test";
version = "0.10.1";
version = "0.10.3";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "2c9181133f3d52c8e29a5ba970b668273c08f855e5da834aaee2ea9efeb6b069";
sha256 = "sha256-nJ3uvK1joxXoGDPUXp/RK/IBZmQ7iry5/29NaxhMVx8=";
};
patches = [