diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-24 02:00:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-24 02:00:01 +0200 |
commit | 34680d540688a8459d66ed3f7487e16c7645f4e9 (patch) | |
tree | fadc3763e8426630f81bf5404682a7802c3ef314 /gnu | |
parent | 0de6c3178bc4f5a3f7a896a4f8293b42e76478e9 (diff) | |
download | guix-34680d540688a8459d66ed3f7487e16c7645f4e9.tar.gz guix-34680d540688a8459d66ed3f7487e16c7645f4e9.zip |
gnu: libsocketcan: Update to 0.0.12.
* gnu/packages/networking.scm (libsocketcan): Update to 0.0.12.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 33b702c8ec..3843e4641b 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -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)) |