mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 11:32:21 +02:00
gnu: lcrq: Update to 0.2.4.
* gnu/packages/networking.scm (lcrq): Update to 0.2.4. [homepage]: Update redirected URL. Change-Id: I22fe5ecb012d915552779acc2d7f69d43ea03a3b Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
8745239dd2
commit
a824edd45e
@@ -281,7 +281,7 @@ protocols.")
|
|||||||
(define-public lcrq
|
(define-public lcrq
|
||||||
(package
|
(package
|
||||||
(name "lcrq")
|
(name "lcrq")
|
||||||
(version "0.2.3")
|
(version "0.2.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@@ -290,7 +290,7 @@ protocols.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13nnx8izfzcy2k6y5njc8p9b196hpn2v90pmiysbiwp8qwnzczih"))))
|
"1d2mk3ii189462dmkksjsaqybj7cizn9vm9c8plml881brlz8a2n"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
@@ -310,7 +310,7 @@ protocols.")
|
|||||||
(invoke "make" "-C" "test" "speedtest"
|
(invoke "make" "-C" "test" "speedtest"
|
||||||
(string-append "CC=" #$(cc-for-target))))))
|
(string-append "CC=" #$(cc-for-target))))))
|
||||||
#:test-target "test"))
|
#:test-target "test"))
|
||||||
(home-page "https://librecast.net/lcrq.html")
|
(home-page "https://www.librecast.net/lcrq.html")
|
||||||
(synopsis "Librecast RaptorQ library")
|
(synopsis "Librecast RaptorQ library")
|
||||||
(description
|
(description
|
||||||
"C library implementation of RaptorQ Forward Error Correction for
|
"C library implementation of RaptorQ Forward Error Correction for
|
||||||
|
|||||||
Reference in New Issue
Block a user