me
/
guix
Archived
1
0
Fork 0

gnu: libsocketcan: Update to 0.0.12.

* gnu/packages/networking.scm (libsocketcan): Update to 0.0.12.
master
Tobias Geerinckx-Rice 2022-07-24 02:00:03 +02:00
parent 0de6c3178b
commit 34680d5406
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

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))