mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: libjaylink: Update to 0.3.1.
* gnu/packages/embedded (libjaylink): Update to 0.3.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
d6ae80c742
commit
cdbd87b6f3
1 changed files with 2 additions and 2 deletions
|
@ -511,7 +511,7 @@ (define-public gdb-arm-none-eabi
|
|||
(define-public libjaylink
|
||||
(package
|
||||
(name "libjaylink")
|
||||
(version "0.2.0")
|
||||
(version "0.3.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -520,7 +520,7 @@ (define-public libjaylink
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ndyfh51hiqyv2yscpj6qd091w7myxxjid3a6rx8f6k233vy826q"))))
|
||||
"1wps72ir2kwdr7dphx4vp6cy0d46dm3nkwbk0mpryn9la09l7lm1"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list autoconf automake libtool pkg-config))
|
||||
|
|
Loading…
Reference in a new issue