diffoscope: 313 -> 314

Changes: https://diffoscope.org/news/diffoscope-314-released/
This commit is contained in:
Sergei Trofimovich
2026-03-14 06:38:02 +00:00
parent aa19b12c62
commit 97fa4ba017
+2 -2
View File
@@ -108,12 +108,12 @@ in
# Note: when upgrading this package, please run the list-missing-tools.sh script as described below!
python.pkgs.buildPythonApplication rec {
pname = "diffoscope";
version = "313";
version = "314";
pyproject = true;
src = fetchurl {
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
hash = "sha256-rOjWxb6nWvfMWr2+9AyoCoOSg2jo3ZeoF8R6A8VvBj8=";
hash = "sha256-zMxmqXyiLMK17I4uv+OYonNhcyWElNYlCFIpkrfWLNs=";
};
outputs = [