python3Packages.mongoengine: 0.27.0 -> 0.28.2

This commit is contained in:
Martin Weinelt
2024-03-12 18:24:33 +01:00
parent af4991ea75
commit fe8904613b
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "mongoengine";
version = "0.27.0";
version = "0.28.2";
format = "setuptools";
disabled = isPy27;
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "MongoEngine";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-UCd7RpsSNDKh3vgVRYrFYWYVLQuK7WI0n/Moukhq5dM=";
hash = "sha256-5wcviRqUTOKqaeusHxS4Er3LD1BpTMW02Tip3d4zAPM=";
};
propagatedBuildInputs = [