summaryrefslogtreecommitdiff
path: root/gnu/packages/lsof.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-07-12 16:36:07 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-07-12 17:21:16 +0200
commitb9ffa82b968830e4da5f6c55f3cfd6591bbf6349 (patch)
treeb1d21d37b24b7940e4ed9fe054ea181b71d6f0c8 /gnu/packages/lsof.scm
parent2c3434150baf75ca71410c1968852d63b13c527a (diff)
downloadguix-patches-b9ffa82b968830e4da5f6c55f3cfd6591bbf6349.tar
guix-patches-b9ffa82b968830e4da5f6c55f3cfd6591bbf6349.tar.gz
gnu: lsof: Update to 4.91.
* gnu/packages/lsof.scm (lsof): Update to 4.91.
Diffstat (limited to 'gnu/packages/lsof.scm')
-rw-r--r--gnu/packages/lsof.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lsof.scm b/gnu/packages/lsof.scm
index 098242dc7a..d3f1321e06 100644
--- a/gnu/packages/lsof.scm
+++ b/gnu/packages/lsof.scm
@@ -28,7 +28,7 @@
(define-public lsof
(package
(name "lsof")
- (version "4.89")
+ (version "4.91")
(source
(origin
(method url-fetch)
@@ -53,7 +53,7 @@
(string-append "ftp://ftp.mirrorservice.org/sites/"
"lsof.itap.purdue.edu/pub/tools/unix/lsof")))))
(sha256
- (base32 "061p18v0mhzq517791xkjs8a5dfynq1418a1mwxpji69zp2jzb41"))))
+ (base32 "18sh4hbl9jw2szkf0gvgan8g13f3g4c6s2q9h3zq5gsza9m99nn9"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl)))
(arguments