mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: lcrq: Update to 0.2.1.
* gnu/packages/networking.scm (lcrq): Update to 0.2.1.
This commit is contained in:
parent
8485eb6e96
commit
695eb1e41c
1 changed files with 2 additions and 2 deletions
|
@ -275,7 +275,7 @@ protocols.")
|
||||||
(define-public lcrq
|
(define-public lcrq
|
||||||
(package
|
(package
|
||||||
(name "lcrq")
|
(name "lcrq")
|
||||||
(version "0.1.2")
|
(version "0.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -284,7 +284,7 @@ protocols.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1m29p4bsafzbchnkidyrnglfdf1c9pnq6akkmivi23qdv9kj51dg"))))
|
"0a6bvlib00na0rhz4lz80kc6v5kqfp8k26ydprwnf8h29nnza6y6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue