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:
parent
97011cdd1c
commit
4389e321d1
@ -19,14 +19,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-factoryboy";
|
pname = "pytest-factoryboy";
|
||||||
version = "2.5.1";
|
version = "2.6.1";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pytest-dev";
|
owner = "pytest-dev";
|
||||||
repo = "pytest-factoryboy";
|
repo = "pytest-factoryboy";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-zxgezo2PRBKs0mps0qdKWtBygunzlaxg8s9BoBaU1Ig=";
|
sha256 = "sha256-GYqYwtbmMWVqImVPPBbZNRJJGcbksUPsIbi6QuPRMco=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user