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>
This commit is contained in:
parent
70f3914c24
commit
5feeb51f1b
1 changed files with 2 additions and 2 deletions
|
@ -469,7 +469,7 @@ from any network device in any of three ASCII graph formats.")
|
||||||
(define-public srt
|
(define-public srt
|
||||||
(package
|
(package
|
||||||
(name "srt")
|
(name "srt")
|
||||||
(version "1.4.3")
|
(version "1.4.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -479,7 +479,7 @@ from any network device in any of three ASCII graph formats.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1f60vlfxhh9bhafws82c3301whjlz5gy92jz9a9ymwfg5h53bv1j"))))
|
(base32 "1zr1l9zkai7rpw9cn5j9h4zrv08hgpfmwscwyscf2j4cgwf0rxrr"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Reference in a new issue