[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: srt: Update to 1.4.3.
From: |
guix-commits |
Subject: |
02/09: gnu: srt: Update to 1.4.3. |
Date: |
Sat, 1 May 2021 05:29:44 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 9fdee1e9473553fe11c7e3828720948575fbe8d7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Apr 29 00:36:31 2021 +0200
gnu: srt: Update to 1.4.3.
* gnu/packages/networking.scm (srt): Update to 1.4.3.
---
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 69b223f..4df7b55 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -387,7 +387,7 @@ supported, including rtmp://, rtmpt://, rtmpe://,
rtmpte://, and rtmps://.")
(define-public srt
(package
(name "srt")
- (version "1.4.2")
+ (version "1.4.3")
(source
(origin
(method git-fetch)
@@ -397,7 +397,7 @@ supported, including rtmp://, rtmpt://, rtmpe://,
rtmpte://, and rtmps://.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "01nx3a35hzq2x0dvp2n2b86phpdy1z83kdraag7aq3hmc7f8iagg"))))
+ (base32 "1f60vlfxhh9bhafws82c3301whjlz5gy92jz9a9ymwfg5h53bv1j"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
- branch master updated (e64af20 -> 1ba3df1), guix-commits, 2021/05/01
- 01/09: gnu: ustr: Omit static libraries., guix-commits, 2021/05/01
- 03/09: gnu: mailcap: Update to 2.1.53., guix-commits, 2021/05/01
- 02/09: gnu: srt: Update to 1.4.3.,
guix-commits <=
- 05/09: gnu: khal: Update to 0.10.3., guix-commits, 2021/05/01
- 04/09: gnu: diffoscope: Update to 173., guix-commits, 2021/05/01
- 08/09: gnu: qutebrowser: Update to 2.2.1., guix-commits, 2021/05/01
- 07/09: gnu: httpd: Update to 2.4.47., guix-commits, 2021/05/01
- 06/09: gnu: php: Update to 7.4.18., guix-commits, 2021/05/01
- 09/09: gnu: soci: Update to 4.0.2., guix-commits, 2021/05/01