Archived
1
0
Fork 0

gnu: can-utils: Update to 2020.02.04.

* gnu/packages/networking.scm (can-utils): Update to 2020.02.04.
This commit is contained in:
Maxim Cournoyer 2020-08-10 14:09:20 -04:00
parent 6408f9f6b9
commit 8c3cc4839a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2502,7 +2502,7 @@ networks using zeromq. It has these key characteristics:
(define-public can-utils (define-public can-utils
(package (package
(name "can-utils") (name "can-utils")
(version "2018.02.0") (version "2020.02.04")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -2511,7 +2511,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
"0r0zkm67bdcmbfypjr7z041d4zp0xzb379dyl8cvhmflh12fd2jb")))) "1a3j1mmnb7pvgc8r7zzp6sdp7903in2hna6bmpraxln7cwlzn4l6"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; No tests exist. `(#:tests? #f ; No tests exist.