Archived
1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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