3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.persistent: 4.9.2 -> 4.9.3

This commit is contained in:
R. Ryantm 2022-11-24 05:25:01 +00:00
parent 42aae6fa74
commit 88ce3dfe20

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "persistent";
version = "4.9.2";
version = "4.9.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-8j6yXqRbvKa/YgSwKKCn6qFz0ngdaP9XzVhhzBoNDtA=";
hash = "sha256-piFSIf6zlV1IX6kMe87E+yllDOOco9DBEmcQOS4Nwtw=";
};
nativeBuildInputs = [