python311Packages.e3-core 0 -> 1 attrpath: python311Packages.e3-core Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/40qwcc6318dd1rgvccj6lnx4659y43qq-packages.json.drv building '/nix/store/40qwcc6318dd1rgvccj6lnx4659y43qq-packages.json.drv'... Going to be running update for following packages: - python3.11-e3-core-22.4.0 Press Enter key to continue... Running update for: - python3.11-e3-core-22.4.0: UPDATING ... - python3.11-e3-core-22.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/e3-core/default.nix b/pkgs/development/python-modules/e3-core/default.nix index ef0b31b177ab..4bb89f4619fa 100644 --- a/pkgs/development/python-modules/e3-core/default.nix +++ b/pkgs/development/python-modules/e3-core/default.nix @@ -27,14 +27,14 @@ buildPythonPackage rec { pname = "e3-core"; - version = "22.4.0"; + version = "22.5.0"; pyproject = true; src = fetchFromGitHub { owner = "AdaCore"; repo = "e3-core"; - rev = "v${version}"; - hash = "sha256-dgEk2/qRfAYwUz+e5TWKUy/aPLpmyWZ32OV1i7QM9Fs="; + rev = "refs/tags/v${version}"; + hash = "sha256-7csZYohU89uavSMPOKGJ8HClmtiweGSghyR7QgFfSY8="; }; patches = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.e3-core nix build failed. Running phase: patchPhase applying patch /nix/store/dx91xg3s001wzgi0z09iqv18nbq7r6b3-0001-use-distro-over-ld.patch can't find file to patch at input line 18 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From 189681bbfb703a7026ca7bbb3b21ef554807b144 Mon Sep 17 00:00:00 2001 |From: tali auster |Date: Wed, 15 Nov 2023 12:15:34 -0700 |Subject: [PATCH] use distro over ld | |The `ld` module (linux distribution) was renamed to `distro`, presumably |so as not to subsume binutils name. | |--- | setup.py | 2 +- | src/e3/os/platform.py | 2 +- | 2 files changed, 2 insertions(+), 2 deletions(-) | |diff --git a/setup.py b/setup.py |index c32f46f..de1ada6 100644 |--- a/setup.py |+++ b/setup.py -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored patching file src/e3/os/platform.py Hunk #1 succeeded at 76 (offset -2 lines).