python3Packages.pyte: 0.8.0 -> 0.8.1

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:29 +02:00
parent 9294cc8ceb
commit 9a57b41f34

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pyte";
version = "0.8.0";
version = "0.8.1";
src = fetchPypi {
inherit pname version;
sha256 = "7e71d03e972d6f262cbe8704ff70039855f05ee6f7ad9d7129df9c977b5a88c5";
sha256 = "sha256-ub/Rt4F1nnVypuVTwBDMk+71ihnY0VkERthMGbGwl7A=";
};
nativeBuildInputs = [ pytest-runner ];