gnu: can-utils: Update to 2020.02.04.
* gnu/packages/networking.scm (can-utils): Update to 2020.02.04.
This commit is contained in:
parent
6408f9f6b9
commit
8c3cc4839a
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Reference in a new issue