mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: vnstat: Update to 2.12.
* gnu/packages/networking.scm (vnstat): Update to 2.12. Change-Id: Ib2e65949be0b4c707c055210cc7996bdd2b8fa9d
This commit is contained in:
parent
6ea75bb9bc
commit
99261e8b53
1 changed files with 2 additions and 2 deletions
|
@ -4932,7 +4932,7 @@ implementations.")
|
||||||
(define-public vnstat
|
(define-public vnstat
|
||||||
(package
|
(package
|
||||||
(name "vnstat")
|
(name "vnstat")
|
||||||
(version "2.10")
|
(version "2.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4940,7 +4940,7 @@ implementations.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09bx8mz9jdq94i0mpmjbc7dis0klvjx85lml5mp3d36dwm21gim9"))))
|
"0li8dm081ym6jm7fhag2ccp8cqfs5sqhiwiimdzz9ihzzh96nf5p"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list sqlite gd))
|
(inputs (list sqlite gd))
|
||||||
(native-inputs (list pkg-config check))
|
(native-inputs (list pkg-config check))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue