gnu: mbuffer: Update to 20211018.
* gnu/packages/networking.scm (mbuffer): Update to 20211018. [native-inputs]: Add which.
This commit is contained in:
parent
f5ab35f9f9
commit
a2d0bee323
1 changed files with 4 additions and 2 deletions
|
@ -932,7 +932,7 @@ or server shell scripts with network connections.")
|
||||||
(define-public mbuffer
|
(define-public mbuffer
|
||||||
(package
|
(package
|
||||||
(name "mbuffer")
|
(name "mbuffer")
|
||||||
(version "20210328")
|
(version "20211018")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -940,8 +940,10 @@ or server shell scripts with network connections.")
|
||||||
version ".tgz"))
|
version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pfw9xw4ph18yss07fl6w8fbqiwy1w9r1knzw5gsb4c993cbidai"))))
|
"1qxnbpyly00kml3sjan9iqg6pqacsi3yqq66x25w455cwkjc2h72"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("which" ,which)))
|
||||||
(inputs `(("openssl" ,openssl)))
|
(inputs `(("openssl" ,openssl)))
|
||||||
(home-page "http://www.maier-komor.de/mbuffer.html")
|
(home-page "http://www.maier-komor.de/mbuffer.html")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Reference in a new issue