python3Packages.testfixtures: 6.18.0 -> 6.18.1

This commit is contained in:
Fabian Affolter 2021-08-21 21:22:40 +02:00
parent ecd21f06bd
commit e2386f2aeb

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "testfixtures";
version = "6.18.0";
version = "6.18.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-1L0cT5DqyQpz4b3FnDHQOUPyGNaH88WgnkhHiEGor18=";
sha256 = "sha256-CmQic39tibRc3vHi31V29SrQ9QeVYALOECDaqfRCEdY=";
};
checkInputs = [