diffoscope: 308 -> 309

Changes: https://diffoscope.org/news/diffoscope-309-released/
This commit is contained in:
Sergei Trofimovich
2025-11-14 21:36:40 +00:00
parent 61630d4ab5
commit e48a231312
+2 -2
View File
@@ -106,12 +106,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 = "308";
version = "309";
pyproject = true;
src = fetchurl {
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
hash = "sha256-ahHy7E2bkNB3IeiY4P8/ksn68O+uXJ2DVscZPw7wGRI=";
hash = "sha256-VB7CBvHKIJWHanuDnoobSnvGcdxMFTUGLxRZgsNoLbQ=";
};
outputs = [