gnu: net-snmp: Update to 5.9.4.
* gnu/packages/networking.scm (net-snmp): Update to 5.9.4.master
parent
51670ff028
commit
d6e4ad32b8
|
@ -3427,14 +3427,14 @@ Features:
|
||||||
(define-public net-snmp
|
(define-public net-snmp
|
||||||
(package
|
(package
|
||||||
(name "net-snmp")
|
(name "net-snmp")
|
||||||
(version "5.9.3")
|
(version "5.9.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/net-snmp/net-snmp/"
|
(uri (string-append "mirror://sourceforge/net-snmp/net-snmp/"
|
||||||
version "/net-snmp-" version ".tar.gz"))
|
version "/net-snmp-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02pgl89s8qll5zhdp61rbn6vpl084gx55bjb1cqg3wqvgsdz55r0"))
|
"0i05bds30jazb2wq0hn3mh1zmmnnl9hkkd5y2iq3qkp7j49y0kcb"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in New Issue