icdiff: 2.0.9 -> 2.0.10

This commit is contained in:
R. Ryantm
2026-05-09 06:24:26 +00:00
parent d6da78bc91
commit 5ce6c453d0
@@ -16,14 +16,14 @@ in
buildPythonPackage rec {
pname = "icdiff";
version = "2.0.9";
version = "2.0.10";
pyproject = true;
src = fetchFromGitHub {
owner = "jeffkaufman";
repo = "icdiff";
tag = "release-${version}";
hash = "sha256-SbgUBWaNT8akYKXYef/94vqZqJannZv+TxfbCnHKQtw=";
hash = "sha256-7/EvuHNWE9kdb35TFuqT8ShjyciodsRNkBMG0WvTy1c=";
};
patches = [ ./0001-Don-t-test-black-or-flake8.patch ];