mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: srt: Update to 1.4.3.
* gnu/packages/networking.scm (srt): Update to 1.4.3.
This commit is contained in:
parent
ad35e2f8ec
commit
9fdee1e947
1 changed files with 2 additions and 2 deletions
|
@ -387,7 +387,7 @@ (define-public rtmpdump
|
|||
(define-public srt
|
||||
(package
|
||||
(name "srt")
|
||||
(version "1.4.2")
|
||||
(version "1.4.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -397,7 +397,7 @@ (define-public srt
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue