Archived
1
0
Fork 0

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:
Simon South 2022-07-02 15:10:27 -04:00 committed by Christopher Baines
parent 70f3914c24
commit 5feeb51f1b
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -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