diffoscope: 302 -> 303

Changes: https://diffoscope.org/news/diffoscope-303-released/
This commit is contained in:
Sergei Trofimovich 2025-08-03 18:58:43 +01:00
parent 53c766aff1
commit 4ad92f79ec

View File

@ -106,12 +106,12 @@ in
# Note: when upgrading this package, please run the list-missing-tools.sh script as described below! # Note: when upgrading this package, please run the list-missing-tools.sh script as described below!
python.pkgs.buildPythonApplication rec { python.pkgs.buildPythonApplication rec {
pname = "diffoscope"; pname = "diffoscope";
version = "302"; version = "303";
pyproject = true; pyproject = true;
src = fetchurl { src = fetchurl {
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2"; url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
hash = "sha256-PngiG+nPaPrGHt+uTeH7R+MlKjPXFxfkFiDo6+pssTw="; hash = "sha256-kalURmsdYl0HOnzAkJ6aGRvYcjnb8BeWimokmpqE+Ds=";
}; };
outputs = [ outputs = [