1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-23 18:50:32 +02:00

gnu: libsocketcan: Update to 0.0.12.

* gnu/packages/networking.scm (libsocketcan): Update to 0.0.12.
This commit is contained in:
Tobias Geerinckx-Rice
2022-07-24 02:00:03 +02:00
parent 0de6c3178b
commit 34680d5406

View File

@@ -3044,7 +3044,7 @@ networks using zeromq. It has these key characteristics:
(define-public libsocketcan
(package
(name "libsocketcan")
(version "0.0.11")
(version "0.0.12")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3053,7 +3053,7 @@ networks using zeromq. It has these key characteristics:
(file-name (git-file-name name version))
(sha256
(base32
"17z2y2r9xkixhr9bxr50m77fh710afl30s7jdhbxrvf56vmal2jr"))))
"0nrav2yqxgb7jwnhrwirnxs9ycqqh90sqgv5a8lns837jf385jvq"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake libtool))