nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

diffoscope: 301 -> 302 (#428895)

authored by

Pol Dellaiera and committed by
GitHub
9cf79f96 fe25cef8

+2 -2
+2 -2
pkgs/by-name/di/diffoscope/package.nix
··· 106 106 # Note: when upgrading this package, please run the list-missing-tools.sh script as described below! 107 107 python.pkgs.buildPythonApplication rec { 108 108 pname = "diffoscope"; 109 - version = "301"; 109 + version = "302"; 110 110 format = "setuptools"; 111 111 112 112 src = fetchurl { 113 113 url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2"; 114 - hash = "sha256-piTdP812LgcxvvgvUOKUrkxVXCbclyQW8dp84beT7H4="; 114 + hash = "sha256-PngiG+nPaPrGHt+uTeH7R+MlKjPXFxfkFiDo6+pssTw="; 115 115 }; 116 116 117 117 outputs = [