3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.k5test: 0.10.0 -> 0.10.1

This commit is contained in:
Jonathan Ringer 2021-11-25 14:46:57 -08:00
parent e57d6c9f4c
commit b73ad32af2
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "k5test";
version = "0.10.0";
version = "0.10.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "fc5e7e5e286b2f331c1396c33f2a1cd8cf34e78d8d482168a50ffd8576a1455c";
sha256 = "2c9181133f3d52c8e29a5ba970b668273c08f855e5da834aaee2ea9efeb6b069";
};
patches = [