python311Packages.flask-mongoengine: 1.0.0 -> 1.0.0-unstable-2022-08-16

This commit is contained in:
tu-maurice 2023-11-10 22:50:09 +01:00
parent e5f2b7e703
commit ee1cc88523

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "flask-mongoengine";
version = "1.0.0";
version = "1.0.0-unstable-2022-08-16";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -23,10 +23,12 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "MongoEngine";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-YqEtW02VvEeUsLIHLz6+V6juMtWPEIk2tLoKTUdY6YE=";
rev = "d4526139cb1e2e94111ab7de96bb629d574c1690";
hash = "sha256-oMQU9Z8boc0q+0KzIQAZ8qSyxiITDY0M9FCg75S9MEY=";
};
env.SETUPTOOLS_SCM_PRETEND_VERSION = "1.0.0";
nativeBuildInputs = [
setuptools
setuptools-scm