python312Packages.uplc 0.6.9 -> 1.0.3 https://github.com/OpShin/uplc/releases attrpath: python312Packages.uplc 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/2izdizcfg2p38zmypvp52k996wvdr48k-packages.json.drv building '/nix/store/2izdizcfg2p38zmypvp52k996wvdr48k-packages.json.drv'... Going to be running update for following packages: - python3.12-uplc-0.6.9 Press Enter key to continue... Running update for: - python3.12-uplc-0.6.9: UPDATING ... - python3.12-uplc-0.6.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/uplc/default.nix b/pkgs/development/python-modules/uplc/default.nix index a3aa8d10e7ad..369ecb4dbd67 100644 --- a/pkgs/development/python-modules/uplc/default.nix +++ b/pkgs/development/python-modules/uplc/default.nix @@ -15,15 +15,15 @@ buildPythonPackage rec { pname = "uplc"; - version = "0.6.9"; + version = "1.0.3"; format = "pyproject"; src = fetchFromGitHub { owner = "OpShin"; repo = "uplc"; - rev = version; - hash = "sha256-djJMNXijMVzMVzw8NZSe3YFRGyAPqdvr0P374Za5XkU="; + rev = "refs/tags/${version}"; + hash = "sha256-t1X2qdr6GNfSqy8PtDjR2U977xSFrloqUkbOi0o7Jak="; }; nativeBuildInputs = [ 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 python312Packages.uplc Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix --extra-experimental-features nix-command log -f . python312Packages.uplc Standard output: error: … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.uplc/lib/customisation.nix:365:7: 364| in commonAttrs // { 365| drvPath = assert condition; drv.drvPath; | ^ 366| outPath = assert condition; drv.outPath; … while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.uplc/lib/customisation.nix:365:7: 364| in commonAttrs // { 365| drvPath = assert condition; drv.drvPath; | ^ 366| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: Python version mismatch in 'python3.12-uplc-1.0.3': The Python derivation 'python3.12-uplc-1.0.3' depends on a Python derivation named 'python3.11-python-secp256k1-cardano-0.2.3', but the two derivations use different versions of Python: 'python3.12-uplc-1.0.3' uses /nix/store/fmwqa8nvva4sh18bqayzrilrzxq9fm0f-python3-3.12.2 'python3.11-python-secp256k1-cardano-0.2.3' uses /nix/store/gd3shnza1i50zn8zs04fa729ribr88m9-python3-3.11.8 Possible solutions: * If 'python3.11-python-secp256k1-cardano-0.2.3' is a Python library, change the reference to 'python3.11-python-secp256k1-cardano-0.2.3' in the propagatedBuildInputs of 'python3.12-uplc-1.0.3' to use a 'python3.11-python-secp256k1-cardano-0.2.3' built from the same version of Python * If 'python3.11-python-secp256k1-cardano-0.2.3' is used as a tool during the build, move the reference to 'python3.11-python-secp256k1-cardano-0.2.3' in 'python3.12-uplc-1.0.3' from propagatedBuildInputs to nativeBuildInputs * If 'python3.11-python-secp256k1-cardano-0.2.3' provides executables that are called at run time, pass its bin path to makeWrapperArgs: makeWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath [ python-secp256k1-cardano ] }" ]; at /var/cache/nixpkgs-update/worker/worktree/python312Packages.uplc/pkgs/development/python-modules/uplc/default.nix:17:3