3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: quagga: Update to 1.2.4.

* gnu/packages/networking.scm (quagga): Update to 1.2.4.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-03 02:50:09 +01:00
parent e6d30cf755
commit 75377c6c48
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1403,14 +1403,14 @@ does not use SSH and requires a pre-shared symmetric key.")
(define-public quagga
(package
(name "quagga")
(version "1.2.3")
(version "1.2.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/quagga/quagga-"
version ".tar.gz"))
(sha256
(base32
"0cddxip9gd579parx64n6d7iq937ikrb8qxgvjxjm406l43hjb7f"))
"1lsksqxij5f1llqn86pkygrf5672kvrqn1kvxghi169hqf1c0r73"))
(patches
(search-patches "quagga-reproducible-build.patch"))))
(build-system gnu-build-system)