diff options
author | Leo Famulari <leo@famulari.name> | 2024-07-31 03:34:00 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2024-09-02 20:00:40 -0400 |
commit | 583d88188422311eb112c92d011beeb039e8e720 (patch) | |
tree | c94eafba01329e040ab43ae761fd446d8db9435d /gnu/local.mk | |
parent | 27827e42ad9ca80ae404b27f0764c82e57c2212b (diff) | |
download | guix-583d88188422311eb112c92d011beeb039e8e720.tar.gz guix-583d88188422311eb112c92d011beeb039e8e720.zip |
gnu: Transmission: Update to 4.0.6.
* gnu/packages/bittorrent.scm (transmission): Update to 4.0.6.
[source]: Use the new patch.
[arguments]: Adjust the custom build phase 'remove-kernel-version' for 4.0.6.
* gnu/packages/patches/transmission-4.0.5-fix-build.patch: Delete file.
* gnu/packages/patches/transmission-4.0.6-fix-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Change-Id: Id546b8537f48afd50bb00183abf7821ad7601fe9
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 0c4ab96bf3..8d8c552a4d 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2204,7 +2204,7 @@ dist_patch_DATA = \ %D%/packages/patches/tofi-32bit-compat.patch \ %D%/packages/patches/tpetra-remove-duplicate-using.patch \ %D%/packages/patches/transcode-ffmpeg.patch \ - %D%/packages/patches/transmission-4.0.5-fix-build.patch \ + %D%/packages/patches/transmission-4.0.6-fix-build.patch \ %D%/packages/patches/trytond-add-egg-modules-to-path.patch \ %D%/packages/patches/trytond-add-guix_trytond_path.patch \ %D%/packages/patches/ttf2eot-cstddef.patch \ |