gnu: lsof: Update to 4.89.

* gnu/packages/lsof.scm (lsof): Update to 4.89.
This commit is contained in:
Efraim Flashner 2017-04-29 23:31:39 +03:00
parent 4ae3549f7c
commit e18e17ea4e
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -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