[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: frrouting: Update to 7.5.17.5.1.
From: |
guix-commits |
Subject: |
02/04: gnu: frrouting: Update to 7.5.17.5.1. |
Date: |
Sun, 23 May 2021 20:11:15 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 88c8a910ea916d9dfad412f478f57227488446f9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon May 24 02:02:24 2021 +0200
gnu: frrouting: Update to 7.5.17.5.1.
* gnu/packages/networking.scm (frrouting): Update to 7.5.17.5.1.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 7f39964..8bcaa98 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3569,7 +3569,7 @@ A very simple IM client working over the DHT.
(define-public frrouting
(package
(name "frrouting")
- (version "7.5")
+ (version "7.5.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/FRRouting/frr/releases/"
@@ -3577,7 +3577,7 @@ A very simple IM client working over the DHT.
".tar.xz"))
(sha256
(base32
- "1a27wvxmc51sr0kchy0hjfpv19imlgrr3s9k48lik9k01g71yrdr"))))
+ "1r7gh5h27ii7d1d0z0x48wx7hs8vvympv3gqvy3cwzg05q5vk9xs"))))
(build-system gnu-build-system)
(inputs
`(("c-ares" ,c-ares)