guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

28/28: gnu: net-snmp: Update to 5.9.4.


From: guix-commits
Subject: 28/28: gnu: net-snmp: Update to 5.9.4.
Date: Sun, 17 Sep 2023 08:26:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d6e4ad32b809d5fe467e3625891dae3bf3b53597
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 10 02:00:00 2023 +0200

    gnu: net-snmp: Update to 5.9.4.
    
    * gnu/packages/networking.scm (net-snmp): Update to 5.9.4.
---
 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 815f07971b..74a279e2d1 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3427,14 +3427,14 @@ Features:
 (define-public net-snmp
   (package
     (name "net-snmp")
-    (version "5.9.3")
+    (version "5.9.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/net-snmp/net-snmp/"
                                   version "/net-snmp-" version ".tar.gz"))
               (sha256
                (base32
-                "02pgl89s8qll5zhdp61rbn6vpl084gx55bjb1cqg3wqvgsdz55r0"))
+                "0i05bds30jazb2wq0hn3mh1zmmnnl9hkkd5y2iq3qkp7j49y0kcb"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]