guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: socat: Update to 1.7.4.3.


From: guix-commits
Subject: branch core-updates updated: gnu: socat: Update to 1.7.4.3.
Date: Fri, 11 Mar 2022 04:58:08 -0500

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 9223b81071 gnu: socat: Update to 1.7.4.3.
9223b81071 is described below

commit 9223b81071ac5c18c94dce17c1fb6544016aac3d
Author: jgart <jgart@dismail.de>
AuthorDate: Sat Mar 5 12:24:51 2022 -0500

    gnu: socat: Update to 1.7.4.3.
    
    * gnu/packages/networking.scm (socat): Update to 1.7.4.3.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 760b23f977..623f016a11 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -950,7 +950,7 @@ and SSH, and it can use both TCP and UDP as transport 
mechanisms.")
 (define-public socat
   (package
     (name "socat")
-    (version "1.7.4.1")
+    (version "1.7.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -958,7 +958,7 @@ and SSH, and it can use both TCP and UDP as transport 
mechanisms.")
                     version ".tar.bz2"))
               (sha256
                (base32
-                "1sbmqqvni3ss9wyay6ik5v81kxffkra80mh4ypgj74g82iba5b1z"))))
+                "01w0hpqf5xmgn40s1ablfd4y67dlrx5y9zlx24spc1qm8h81hwyl"))))
     (build-system gnu-build-system)
     (arguments '(#:tests? #f))          ; no test suite
     (inputs (list openssl))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]