ydiff: 1.4.2 -> 1.5

This commit is contained in:
R. Ryantm
2025-12-09 12:36:46 +00:00
parent 77bb04cd4b
commit 3d794e148b
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "ydiff";
version = "1.4.2";
version = "1.5";
format = "setuptools";
src = fetchFromGitHub {
owner = "ymattw";
repo = "ydiff";
tag = version;
hash = "sha256-JaGkABroj+/7MrgpFYI2vE1bndsilIodopMUnfmNhwA=";
hash = "sha256-9a7M6+CqGRvO1yainImN2RQVH3XMxE9PTLXJGKekXLg=";
};
patchPhase = ''