# -*- mode: snippet -*- # name: guix-git-reference # key: git-reference... # -- (git-reference (url "$1") (commit ${2:commit}))el='shortcut icon' href='/cgit-static/favicon.ico'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/elf.scm
AgeCommit message (Expand)Author
2024-10-07gnu: Add patchelf-0.16....* gnu/packages/elf.scm (patchelf-0.16): New variable. Change-Id: Ide4c547734156ffe909a6d010974a7450aaa45cd Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hilton Chain
2024-08-31gnu: patchelf: Fix test suite....* gnu/packages/elf.scm (patchelf)[arguments]: Adjust 'fix-tests phase for changes in the test suite. Change-Id: Iffeb4ef94e0d78edd47d9d8b6e316f3b29627ed0 Efraim Flashner
2024-08-31gnu: patchelf: Update to 0.18.0....* gnu/packages/elf.scm (patchelf): Update to 0.18.0. Change-Id: I094841b6cbd9ac2eb9dcab132e28be5c3acb3cb4 Maxim Cournoyer
2024-08-31gnu: patchelf: Update to 0.17.2....* gnu/packages/elf.scm (patchelf): Update to 0.17.2. [uri]: Use the release tarballs posted to GitHub releases, which have superseded the ones hosted on releases.nixos.org. [arguments]: Add fixes for two tests added since the last update. [properties]: Remove release-monitoring-url, as the GitHub updater will be used now that the releases are hosted there. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Winter