gnu: lcrq: Update to 0.1.0.
* gnu/packages/networking.scm (lcrq): Update to 0.1.0.
This commit is contained in:
parent
a21eb92b85
commit
985638aea1
1 changed files with 2 additions and 2 deletions
|
@ -256,7 +256,7 @@ protocols.")
|
||||||
(define-public lcrq
|
(define-public lcrq
|
||||||
(package
|
(package
|
||||||
(name "lcrq")
|
(name "lcrq")
|
||||||
(version "0.0.1")
|
(version "0.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -265,7 +265,7 @@ protocols.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jf7x3zcdbz5b99qz7liw4i90hn9s457zr82n0r8g9qsi81a1d8c"))))
|
"13mfg866scvy557zrvjxjhkzam39h8d07s2w3fqbwhw6br6axkxk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:parallel-tests? #f
|
`(#:parallel-tests? #f
|
||||||
|
|
Reference in a new issue