python312Packages.pytest-factoryboy: 2.5.1 -> 2.6.1

https://github.com/pytest-dev/pytest-factoryboy/compare/2.5.1...2.6.1
This commit is contained in:
Martin Weinelt 2024-03-27 04:43:50 +01:00
parent 97011cdd1c
commit 4389e321d1
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "pytest-factoryboy";
version = "2.5.1";
version = "2.6.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "pytest-dev";
repo = "pytest-factoryboy";
rev = version;
sha256 = "sha256-zxgezo2PRBKs0mps0qdKWtBygunzlaxg8s9BoBaU1Ig=";
sha256 = "sha256-GYqYwtbmMWVqImVPPBbZNRJJGcbksUPsIbi6QuPRMco=";
};
nativeBuildInputs = [