python312Packages.persistent: 5.1 -> 5.2

This commit is contained in:
R. Ryantm
2024-02-16 17:56:49 +00:00
parent 3cb97b9715
commit 80b1fa9a60
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "persistent";
version = "5.1";
version = "5.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-l8zC+ibMm9zDvh/GWqT08or+UgTC1P0kpnRFkI23Rps=";
hash = "sha256-2+pdH/nbTkUco5vAtCqepTfmyskoKujAeA+4/64+yDQ=";
};
nativeBuildInputs = [