gnu: libsocketcan: Update to 0.0.12.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 24 Jul 2022 00:00:03 +0000 (02:00 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 24 Jul 2022 00:00:01 +0000 (02:00 +0200)
* gnu/packages/networking.scm (libsocketcan): Update to 0.0.12.

gnu/packages/networking.scm

index 33b702c..3843e46 100644 (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))