Skip to content

Commit 17131e5

Browse files
authored
diffoscope: 289 -> 293 (NixOS#391916)
2 parents db3a7aa + f7e3266 commit 17131e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/di/diffoscope/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ in
106106
# Note: when upgrading this package, please run the list-missing-tools.sh script as described below!
107107
python.pkgs.buildPythonApplication rec {
108108
pname = "diffoscope";
109-
version = "289";
109+
version = "293";
110110

111111
src = fetchurl {
112112
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
113-
hash = "sha256-EvIUBGXuZjzZHjNAwLWNhLrqAM73DDKr/py2mX6vt3M=";
113+
hash = "sha256-DZLeZhhWHcBGbO0lCucs5+6kXfwKk71Iwxhjej0ClLE=";
114114
};
115115

116116
outputs = [

0 commit comments

Comments
 (0)