summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-29 00:36:31 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-01 11:29:10 +0200
commit9fdee1e9473553fe11c7e3828720948575fbe8d7 (patch)
tree3343d2b2850346b001ef314ce216684c7e3e5847
parentad35e2f8eca260a83fe029396d1cc5da5eefaf79 (diff)
downloadguix-patches-9fdee1e9473553fe11c7e3828720948575fbe8d7.tar
guix-patches-9fdee1e9473553fe11c7e3828720948575fbe8d7.tar.gz
gnu: srt: Update to 1.4.3.
* gnu/packages/networking.scm (srt): Update to 1.4.3.
-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 69b223fb66..4df7b55ee7 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