···107107python.pkgs.buildPythonApplication rec {
108108 pname = "diffoscope";
109109 version = "302";
110110- format = "setuptools";
110110+ pyproject = true;
111111112112 src = fetchurl {
113113 url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
···134134 help2man
135135 installShellFiles
136136 ];
137137+138138+ build-system = with python.pkgs; [ setuptools ];
137139138140 # Most of the non-Python dependencies here are optional command-line tools for various file-format parsers.
139141 # To help figuring out what's missing from the list, run: ./pkgs/tools/misc/diffoscope/list-missing-tools.sh
+2-2
pkgs/by-name/fo/foot/package.nix
···2727}:
28282929let
3030- version = "1.23.0";
3030+ version = "1.23.1";
31313232 # build stimuli file for PGO build and the script to generate it
3333 # independently of the foot's build, so we can cache the result
···104104 owner = "dnkl";
105105 repo = "foot";
106106 tag = version;
107107- hash = "sha256-B7EKEIb6qA9UTRq0jdj1ShLhnldU0pwQPlkq6JrHWmI=";
107107+ hash = "sha256-jPHr47ISAp9vzytCEiz/Jx5l8JTkYhtc02hEaiKKQOc=";
108108 };
109109110110 separateDebugInfo = true;
···227227228228 git = addTests "git" self.nixComponents_git.nix-everything;
229229230230- latest = self.nix_2_29;
230230+ latest = self.nix_2_30;
231231232232 # The minimum Nix version supported by Nixpkgs
233233 # Note that some functionality *might* have been backported into this Nix version,