python3Packages.diff-match-patch: 20230430 -> 20241021

https://github.com/diff-match-patch-python/diff-match-patch/releases/tag/v20241021
This commit is contained in:
Kerstin Humm
2024-11-10 16:29:15 +01:00
parent 796a4b4509
commit caf7fa14fa
@@ -8,15 +8,16 @@
buildPythonPackage rec {
pname = "diff-match-patch";
version = "20230430";
format = "pyproject";
version = "20241021";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-lTAZzbnJ0snke1sSvP889HRvxFmOtAYHb6H8J+ah8Vw=";
pname = "diff_match_patch";
inherit version;
hash = "sha256-vq5XqZ+kgIRTKTXuKWi4Zh24YYYuyCxvIfSs3W2DUHM=";
};
nativeBuildInputs = [ flit-core ];
dependencies = [ flit-core ];
nativeCheckInputs = [ unittestCheckHook ];