gnu: lsof: Update to 4.89.
* gnu/packages/lsof.scm (lsof): Update to 4.89.
This commit is contained in:
parent
4ae3549f7c
commit
e18e17ea4e
|
@ -30,7 +30,7 @@
|
||||||
(define-public lsof
|
(define-public lsof
|
||||||
(package
|
(package
|
||||||
(name "lsof")
|
(name "lsof")
|
||||||
(version "4.88")
|
(version "4.89")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append %ftp-base "lsof_"
|
(uri (list (string-append %ftp-base "lsof_"
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
version ".tar.bz2")))
|
version ".tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16y9wm26rg81mihnzcbdg8h8vhxmq8kn62ssxb8cqydp4q79nvzy"))))
|
"061p18v0mhzq517791xkjs8a5dfynq1418a1mwxpji69zp2jzb41"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("perl" ,perl)))
|
(inputs `(("perl" ,perl)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue