python310Packages.persistent: 4.9.0 -> 4.9.1

This commit is contained in:
R. Ryantm 2022-09-17 17:21:08 +00:00
parent 8ad3fe7279
commit 611cb4db0f

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "persistent";
version = "4.9.0";
version = "4.9.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-RwGzHYHBBCJlclrzkEUOnZFq10ucF4twEAU4U1keDGo=";
hash = "sha256-pfkeAJD5OS/TJNl/TCpjbJI5lYKCOM2i4/vMaxu8RoY=";
};
nativeBuildInputs = [