guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: srt: Update to 1.4.4.


From: guix-commits
Subject: 04/08: gnu: srt: Update to 1.4.4.
Date: Thu, 7 Jul 2022 19:18:31 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 5feeb51f1be99f556ddfef17b07b90c73cfd7fcf
Author: Simon South <simon@simonsouth.net>
AuthorDate: Sat Jul 2 15:10:27 2022 -0400

    gnu: srt: Update to 1.4.4.
    
    * gnu/packages/networking.scm (srt): Update to 1.4.4.
    
    Signed-off-by: Christopher Baines <mail@cbaines.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 82e209b149..a312e461d5 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -469,7 +469,7 @@ from any network device in any of three ASCII graph 
formats.")
 (define-public srt
   (package
     (name "srt")
-    (version "1.4.3")
+    (version "1.4.4")
     (source
      (origin
        (method git-fetch)
@@ -479,7 +479,7 @@ from any network device in any of three ASCII graph 
formats.")
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1f60vlfxhh9bhafws82c3301whjlz5gy92jz9a9ymwfg5h53bv1j"))))
+        (base32 "1zr1l9zkai7rpw9cn5j9h4zrv08hgpfmwscwyscf2j4cgwf0rxrr"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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