python312Packages.syrupy: 4.7.1 -> 4.7.2
Diff: https://github.com/syrupy-project/syrupy/compare/refs/tags/v4.7.1...v4.7.2 Changelog: https://github.com/syrupy-project/syrupy/blob/refs/tags/v4.7.2/CHANGELOG.md
This commit is contained in:
committed by
Martin Weinelt
parent
02b3b33ecd
commit
59fdfb48e9
@@ -10,7 +10,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "syrupy";
|
||||
version = "4.7.1";
|
||||
version = "4.7.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = lib.versionOlder python.version "3.8.1";
|
||||
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
owner = "syrupy-project";
|
||||
repo = "syrupy";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-dTUugNqzaMuKV6ZwxRSf9df7tsnmZUBhgqwgGxBhirw=";
|
||||
hash = "sha256-akYUsstepkDrRXqp1DY6wEeXMMlLNcCqitnWpjcAurg=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
Reference in New Issue
Block a user