gnu: libsocketcan: Update to 0.0.12.
* gnu/packages/networking.scm (libsocketcan): Update to 0.0.12.
This commit is contained in:
parent
0de6c3178b
commit
34680d5406
1 changed files with 2 additions and 2 deletions
|
@ -3044,7 +3044,7 @@ networks using zeromq. It has these key characteristics:
|
||||||
(define-public libsocketcan
|
(define-public libsocketcan
|
||||||
(package
|
(package
|
||||||
(name "libsocketcan")
|
(name "libsocketcan")
|
||||||
(version "0.0.11")
|
(version "0.0.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3053,7 +3053,7 @@ networks using zeromq. It has these key characteristics:
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17z2y2r9xkixhr9bxr50m77fh710afl30s7jdhbxrvf56vmal2jr"))))
|
"0nrav2yqxgb7jwnhrwirnxs9ycqqh90sqgv5a8lns837jf385jvq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake libtool))
|
(list autoconf automake libtool))
|
||||||
|
|
Reference in a new issue