diffoscope: 301 -> 302

Changes: https://diffoscope.org/news/diffoscope-302-released/
This commit is contained in:
Sergei Trofimovich
2025-07-27 18:53:32 +01:00
parent 6a506984e3
commit 201da4580b
+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 = "301";
version = "302";
format = "setuptools";
src = fetchurl {
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
hash = "sha256-piTdP812LgcxvvgvUOKUrkxVXCbclyQW8dp84beT7H4=";
hash = "sha256-PngiG+nPaPrGHt+uTeH7R+MlKjPXFxfkFiDo6+pssTw=";
};
outputs = [