python313Packages.syrupy: 4.8.1 -> 4.8.2
Diff: https://github.com/syrupy-project/syrupy/compare/refs/tags/v4.8.1...v4.8.2 Changelog: https://github.com/syrupy-project/syrupy/blob/v4.8.2/CHANGELOG.md
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
python,
|
||||
poetry-core,
|
||||
pytest,
|
||||
pytest-xdist,
|
||||
@@ -11,16 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "syrupy";
|
||||
version = "4.8.1";
|
||||
version = "4.8.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = lib.versionOlder python.version "3.8.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "syrupy-project";
|
||||
repo = "syrupy";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-H/R2MKXdn/Oqow1Nt2tr45UQqJQs7O72hfA+lRU9V6w=";
|
||||
hash = "sha256-3WC17rtk8FBNEECImIeiLnIFp/qsTGZSHxhh3F5K3G0=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
Reference in New Issue
Block a user