[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: net-snmp: Update to 5.9.1.
From: |
guix-commits |
Subject: |
05/09: gnu: net-snmp: Update to 5.9.1. |
Date: |
Sun, 30 May 2021 05:54:26 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit cc142c91cf8bda1eb4de8b26b6ecfd0dbc7c9ee6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat May 29 23:36:20 2021 +0200
gnu: net-snmp: Update to 5.9.1.
* gnu/packages/networking.scm (net-snmp): Update to 5.9.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 f65c8a7..7286e51 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
- branch master updated (8774e1b -> c00b176), guix-commits, 2021/05/30
- 01/09: gnu: rlwrap: Update to 0.45.1., guix-commits, 2021/05/30
- 02/09: gnu: rlwrap: Fix single-quotation in Texinfo., guix-commits, 2021/05/30
- 05/09: gnu: net-snmp: Update to 5.9.1.,
guix-commits <=
- 07/09: gnu: python-hupper: Update to 1.10.3., guix-commits, 2021/05/30
- 06/09: gnu: net-snmp: Omit static library., guix-commits, 2021/05/30
- 08/09: gnu: Add lingot., guix-commits, 2021/05/30
- 03/09: gnu: python-cookiecutter: Update to 1.7.3., guix-commits, 2021/05/30
- 04/09: gnu: python-fastjsonschema: Update to 2.15.1., guix-commits, 2021/05/30
- 09/09: gnu: vapoursynth: Wrap with own PYTHONPATH., guix-commits, 2021/05/30