diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-13 23:01:00 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-13 23:53:07 +0900 |
| commit | 38d8aa0fce2c4b9542159a3da1e0d08eb17af0b8 (patch) | |
| tree | 5e12bb299eb27580bca418e780a22c55d1a685ad /gnu | |
| parent | 6c94ef38ef7c859eb55405b1f58d23ed8446a595 (diff) | |
gnu: multipath-tools: Update to 0.11.0.
* gnu/packages/linux.scm (multipath-tools): Update to 0.11.0.
Change-Id: I0136ed84f804f2208f6b5ed7706d2cb5fa81cd89
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/linux.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 6529a44c628..cddfeb8bb2b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -6849,7 +6849,7 @@ arrays when needed.") (define-public multipath-tools (package (name "multipath-tools") - (version "0.9.6") + (version "0.11.0") (home-page "https://github.com/opensvc/multipath-tools") (source (origin (method git-fetch) @@ -6857,7 +6857,7 @@ arrays when needed.") (file-name (git-file-name name version)) (sha256 (base32 - "1933iqh9r54pdl95yck0n4bw7jiiblymc964vlc1787qd4q012sz")) + "1yl2cd4xgw2l5xzx5dbdf7awhrvfbjsrspli9i6bmxc5j4jkvazr")) (modules '((guix build utils))) (snippet '(begin @@ -6915,8 +6915,7 @@ arrays when needed.") ;; by forcing the usage of FORTIFY_SOURCE=2. (substitute* "create-config.mk" (("FORTIFY_SOURCE=3") - "FORTIFY_SOURCE=2")) - )) + "FORTIFY_SOURCE=2")))) (add-before 'build 'set-LDFLAGS (lambda _ ;; Note: this cannot be passed as a make flag because that will |
