python310Packages.jaraco-test: 5.2.0 -> 5.3.0

This commit is contained in:
R. Ryantm 2023-01-16 02:40:21 +00:00
parent 876b1d46f8
commit 81649c99ea

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "jaraco-test";
version = "5.2.0";
version = "5.3.0";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "jaraco.test";
inherit version;
sha256 = "sha256-K1OYx58TriCKoGfdLlEw3ArC699DR5w9r7bxLz2bdIs=";
sha256 = "sha256-f2f8xTlTgXGCPlqp+dA04ulRLOTzVNEb39hNtytGHUA=";
};
nativeBuildInputs = [