diffoscope: 274 -> 275

Changes: https://diffoscope.org/news/diffoscope-275-released/
This commit is contained in:
Sergei Trofimovich
2024-08-16 12:23:59 +01:00
parent 6f0fa65707
commit e33d9a43b5
+2 -2
View File
@@ -102,11 +102,11 @@ in
# Note: when upgrading this package, please run the list-missing-tools.sh script as described below!
python.pkgs.buildPythonApplication rec {
pname = "diffoscope";
version = "274";
version = "275";
src = fetchurl {
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
hash = "sha256-XRh1wfsLE8YnaKWgFKvDQkhY1J76Dw5KLWtHQJtWbfI=";
hash = "sha256-mVbCsOPR0gm+93AG2p/W/TIOZItHSTOs40Q9uTiokEY=";
};
outputs = [