recode 3.7.12 -> 3.7.14 https://github.com/rrthomas/recode/releases attrpath: recode Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/text/recode/default.nix b/pkgs/tools/text/recode/default.nix index 8c49fb5ee7f..8c9bbbd2fbe 100644 --- a/pkgs/tools/text/recode/default.nix +++ b/pkgs/tools/text/recode/default.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation rec { pname = "recode"; - version = "3.7.12"; + version = "3.7.14"; # Use official tarball, avoid need to bootstrap/generate build system src = fetchurl { url = "https://github.com/rrthomas/${pname}/releases/download/v${version}/${pname}-${version}.tar.gz"; - hash = "sha256-TbHJB28E26oVlyb1AAhH5eWoOuyOXGT4ygQ4P2zaEtU="; + hash = "sha256-eGqv1USFGisTsKN36sFQD4IM5iYVzMLmMLUB53Q7nzM="; }; nativeBuildInputs = [ python3 python3.pkgs.cython perl intltool flex texinfo libiconv ]; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A recode nix build failed. make[3]: Leaving directory '/build/recode-3.7.14/lib' make[2]: Leaving directory '/build/recode-3.7.14/lib' make[1]: Leaving directory '/build/recode-3.7.14/lib' Making check in src make[1]: Entering directory '/build/recode-3.7.14/src' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/build/recode-3.7.14/src' Making check in po make[1]: Entering directory '/build/recode-3.7.14/po' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/build/recode-3.7.14/po' Making check in tests make[1]: Entering directory '/build/recode-3.7.14/tests' make check-local make[2]: Entering directory '/build/recode-3.7.14/tests' rm -f Recode.c && \ cython -3 -o Recode.body.c ./Recode.pyx && \ echo '#include "config.h"' > Recode.c && \ cat Recode.body.c >> Recode.c rm -f *.so /nix/store/9c03r86hcdn43dm3hsgjirifvyzfkhwh-python3-3.10.12/bin/python setup.py build_ext --inplace Traceback (most recent call last): File "/build/recode-3.7.14/tests/setup.py", line 5, in from setuptools import setup, Extension ModuleNotFoundError: No module named 'setuptools' make[2]: *** [Makefile:1774: Recode.so] Error 1 make[2]: Leaving directory '/build/recode-3.7.14/tests' make[1]: *** [Makefile:1644: check-am] Error 2 make[1]: Leaving directory '/build/recode-3.7.14/tests' make: *** [Makefile:1721: check-recursive] Error 1