mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: lsof: Update to 4.89.
* gnu/packages/lsof.scm (lsof): Update to 4.89.
This commit is contained in:
parent
4ae3549f7c
commit
e18e17ea4e
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ (define %ftp-base
|
|||
(define-public lsof
|
||||
(package
|
||||
(name "lsof")
|
||||
(version "4.88")
|
||||
(version "4.89")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append %ftp-base "lsof_"
|
||||
|
@ -52,7 +52,7 @@ (define-public lsof
|
|||
version ".tar.bz2")))
|
||||
(sha256
|
||||
(base32
|
||||
"16y9wm26rg81mihnzcbdg8h8vhxmq8kn62ssxb8cqydp4q79nvzy"))))
|
||||
"061p18v0mhzq517791xkjs8a5dfynq1418a1mwxpji69zp2jzb41"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("perl" ,perl)))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue