gnu: lsof: Update to 4.91.
* gnu/packages/lsof.scm (lsof): Update to 4.91.
This commit is contained in:
parent
2c3434150b
commit
b9ffa82b96
|
@ -28,7 +28,7 @@
|
||||||
(define-public lsof
|
(define-public lsof
|
||||||
(package
|
(package
|
||||||
(name "lsof")
|
(name "lsof")
|
||||||
(version "4.89")
|
(version "4.91")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
(string-append "ftp://ftp.mirrorservice.org/sites/"
|
(string-append "ftp://ftp.mirrorservice.org/sites/"
|
||||||
"lsof.itap.purdue.edu/pub/tools/unix/lsof")))))
|
"lsof.itap.purdue.edu/pub/tools/unix/lsof")))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "061p18v0mhzq517791xkjs8a5dfynq1418a1mwxpji69zp2jzb41"))))
|
(base32 "18sh4hbl9jw2szkf0gvgan8g13f3g4c6s2q9h3zq5gsza9m99nn9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("perl" ,perl)))
|
(native-inputs `(("perl" ,perl)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue