summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-09-10 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-09-10 02:00:00 +0200
commit87fc604c2e2e0d461f56c8645d64e1425f016b38 (patch)
tree0d931c689f97f3f7aca8d005726e72e8e105d96d /gnu/packages/networking.scm
parent23f6e86bf2f953a4d500c3e88c29f10a228e656d (diff)
gnu: mbuffer: Update to 20230301.
* gnu/packages/networking.scm (mbuffer): Update to 20230301.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 1eb464673d..0726e4b808 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1194,7 +1194,7 @@ or server shell scripts with network connections.")
(define-public mbuffer
(package
(name "mbuffer")
- (version "20220418")
+ (version "20230301")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1202,7 +1202,7 @@ or server shell scripts with network connections.")
version ".tgz"))
(sha256
(base32
- "1iq0lcl350r7qja7yyv911aay26d0dd8n0h33mfl84gzypwh2n3f"))))
+ "009d4m48yjidb91vdnrfv84nnd76n0i57g607llan3y0vq4n5xsk"))))
(build-system gnu-build-system)
(native-inputs
(list which))