me
/
guix
Archived
1
0
Fork 0

gnu: mbuffer: Update to 20230301.

* gnu/packages/networking.scm (mbuffer): Update to 20230301.
master
Tobias Geerinckx-Rice 2023-09-10 02:00:00 +02:00
parent 23f6e86bf2
commit 87fc604c2e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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))