diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-29 23:36:20 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-30 11:53:00 +0200 |
commit | cc142c91cf8bda1eb4de8b26b6ecfd0dbc7c9ee6 (patch) | |
tree | 773a8ea4ca4aab54899e85e370547a1bdf79973d /gnu | |
parent | 2a600ae5ff92f6164020d0cec51190f28fdc904c (diff) | |
download | guix-cc142c91cf8bda1eb4de8b26b6ecfd0dbc7c9ee6.tar.gz guix-cc142c91cf8bda1eb4de8b26b6ecfd0dbc7c9ee6.zip |
gnu: net-snmp: Update to 5.9.1.
* gnu/packages/networking.scm (net-snmp): Update to 5.9.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index f65c8a7f13..7286e513f7 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -3190,14 +3190,14 @@ Features: (define-public net-snmp (package (name "net-snmp") - (version "5.9") + (version "5.9.1") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/net-snmp/net-snmp/" version "/net-snmp-" version ".tar.gz")) (sha256 (base32 - "0wb0vyafpspw3mcifkjjmf17r1r80kjvslycscb8nvaxz1k3lc04")) + "0gwcyi9qk707jgfsgmdr9w2w3r892fnqaam9v7zxpkg69njd8zzb")) (modules '((guix build utils))) (snippet '(begin |