guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: can-utils: Update to 2020.02.04.


From: guix-commits
Subject: branch master updated: gnu: can-utils: Update to 2020.02.04.
Date: Mon, 10 Aug 2020 14:27:25 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8c3cc48  gnu: can-utils: Update to 2020.02.04.
8c3cc48 is described below

commit 8c3cc4839a05568f77c82af4addf30ae3c5c0ff5
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Aug 10 14:09:20 2020 -0400

    gnu: can-utils: Update to 2020.02.04.
    
    * gnu/packages/networking.scm (can-utils): Update to 2020.02.04.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 3a74c59..39660bb 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2502,7 +2502,7 @@ networks using zeromq.  It has these key characteristics:
 (define-public can-utils
   (package
     (name "can-utils")
-    (version "2018.02.0")
+    (version "2020.02.04")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2511,7 +2511,7 @@ networks using zeromq.  It has these key characteristics:
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0r0zkm67bdcmbfypjr7z041d4zp0xzb379dyl8cvhmflh12fd2jb"))))
+                "1a3j1mmnb7pvgc8r7zzp6sdp7903in2hna6bmpraxln7cwlzn4l6"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; No tests exist.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]