1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 06:45:55 +02:00

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
+2 -2
View File
@@ -30,7 +30,7 @@
(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 @@
version ".tar.bz2")))
(sha256
(base32
"16y9wm26rg81mihnzcbdg8h8vhxmq8kn62ssxb8cqydp4q79nvzy"))))
"061p18v0mhzq517791xkjs8a5dfynq1418a1mwxpji69zp2jzb41"))))
(build-system gnu-build-system)
(inputs `(("perl" ,perl)))
(arguments