python3Packages.syrupy: 5.1.0 -> 5.2.0
Diff: https://github.com/syrupy-project/syrupy/compare/v5.1.0...v5.2.0 Changelog: https://github.com/syrupy-project/syrupy/blob/v5.2.0/CHANGELOG.md
This commit is contained in:
committed by
Martin Weinelt
parent
720b51f802
commit
3dc26f2e52
@@ -1,9 +1,9 @@
|
||||
{
|
||||
lib,
|
||||
attrs,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
poetry-core,
|
||||
hatchling,
|
||||
hypothesis,
|
||||
pydantic,
|
||||
pytest,
|
||||
pytest-xdist,
|
||||
@@ -12,22 +12,22 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "syrupy";
|
||||
version = "5.1.0";
|
||||
version = "5.2.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "syrupy-project";
|
||||
repo = "syrupy";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-oogH5Q+0leZsfu/7r3tZmB2rxjcUOmGAsn4Z50oSlH8=";
|
||||
hash = "sha256-tivRKADRYyyNmNOOd0w2qTseA3t7TMwkAkQ/Kr6wp6U=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
build-system = [ hatchling ];
|
||||
|
||||
buildInputs = [ pytest ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
attrs
|
||||
hypothesis
|
||||
invoke
|
||||
pydantic
|
||||
pytest
|
||||
|
||||
Reference in New Issue
Block a user