Skip to content

Commit 62f7364

Browse files
authored
python313Packages.syrupy: 4.8.2 -> 4.9.0 (#388334)
2 parents e92e184 + 617b119 commit 62f7364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/syrupy/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
buildPythonPackage rec {
1212
pname = "syrupy";
13-
version = "4.8.2";
13+
version = "4.9.0";
1414
pyproject = true;
1515

1616
src = fetchFromGitHub {
1717
owner = "syrupy-project";
1818
repo = "syrupy";
1919
tag = "v${version}";
20-
hash = "sha256-3WC17rtk8FBNEECImIeiLnIFp/qsTGZSHxhh3F5K3G0=";
20+
hash = "sha256-zG+dKCfJex4Njg0WludqQcgRU1BCf4HQhzd31/kCeCI=";
2121
};
2222

2323
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)