python3Packages.testfixtures: 6.18.1 -> 6.18.3

This commit is contained in:
Fabian Affolter 2021-09-29 15:49:01 +02:00
parent 9ff70ec885
commit 7d0c5d3313

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "testfixtures";
version = "6.18.1";
version = "6.18.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-CmQic39tibRc3vHi31V29SrQ9QeVYALOECDaqfRCEdY=";
sha256 = "sha256-JgAQCulv/QgjNLN441VVD++LSlKab6TDT0cTCQXHQm0=";
};
checkInputs = [