From 1872c00df50d64c82172a25276a0fa5334922931 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 31 Oct 2021 17:36:21 +0100 Subject: gnu: python-binwalk: Rename to binwalk. * gnu/packages/python-xyz.scm (binwalk): New variable renamed from (python-binwalk): this old thing. Redefine it using DEPRECATED-PACKAGE. * gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Adjust accordingly. --- gnu/packages/diffoscope.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/diffoscope.scm') diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index dfb2e05f16..5a227d059e 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -156,9 +156,9 @@ ("xxd" ,xxd))) (native-inputs `(("help2man" ,help2man) ;; Below are modules used for tests. + ("binwalk" ,binwalk) ("python-pytest" ,python-pytest) ("python-chardet" ,python-chardet) - ("python-binwalk" ,python-binwalk) ("python-black" ,python-black) ("python-h5py" ,python-h5py) ("python-pypdf2" ,python-pypdf2) -- cgit v1.2.3