mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: net-snmp: Update to 5.9.1.
* gnu/packages/networking.scm (net-snmp): Update to 5.9.1.
This commit is contained in:
parent
2a600ae5ff
commit
cc142c91cf
1 changed files with 2 additions and 2 deletions
|
@ -3190,14 +3190,14 @@ Features:
|
||||||
(define-public net-snmp
|
(define-public net-snmp
|
||||||
(package
|
(package
|
||||||
(name "net-snmp")
|
(name "net-snmp")
|
||||||
(version "5.9")
|
(version "5.9.1")
|
||||||
(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
|
||||||
"0wb0vyafpspw3mcifkjjmf17r1r80kjvslycscb8nvaxz1k3lc04"))
|
"0gwcyi9qk707jgfsgmdr9w2w3r892fnqaam9v7zxpkg69njd8zzb"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue