diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-04-02 21:12:02 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-04-09 00:35:41 +0200 |
| commit | c94e9d2cbd8907d2b50b252d36d60e8db87f5682 (patch) | |
| tree | 85c8b925dac0cb8aa1236f138223cfd06e955a9e /gnu | |
| parent | 83f248f453426f11e536a23ec1ffccc7e21d22b9 (diff) | |
gnu: ucx: Update to 1.20.0.
* gnu/packages/fabric-management.scm (ucx): Update to 1.20.0.
Change-Id: I81b9d09ad3eea545482ab7d7fe8388ebae615910
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/fabric-management.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fabric-management.scm b/gnu/packages/fabric-management.scm index 76d48e8379..8efea979f8 100644 --- a/gnu/packages/fabric-management.scm +++ b/gnu/packages/fabric-management.scm @@ -186,7 +186,7 @@ testing InfiniBand networks.") (define-public ucx (package (name "ucx") - (version "1.19.0") + (version "1.20.0") (source (origin (method git-fetch) (uri (git-reference @@ -196,7 +196,7 @@ testing InfiniBand networks.") (patches (search-patches "ucx-tcp-iface-ioctl.patch")) (sha256 (base32 - "12j9200iyg6d0yr84r25hcpq8qqzfaa08klbhvgrqpflpfcljz4z")) + "12w1mxacml1w8zvl1hpn786cs77y056b9hxv7q1kq482bgc2si0v")) (snippet ;; As seen in commit b0a275a5492125a13020cd095fe9934e0b5e7c6a. #~(begin (use-modules (guix build utils)) |
