guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: python-can: Update to 4.2.0.


From: guix-commits
Subject: 02/05: gnu: python-can: Update to 4.2.0.
Date: Wed, 7 Jun 2023 02:54:15 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 269fa79398a402ac6344be3b44b4f55a97711e20
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed May 10 23:12:31 2023 +0100

    gnu: python-can: Update to 4.2.0.
    
    * gnu/packages/python-xyz.scm (python-can): Update to 4.2.0.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6413906530..ab2e8b7576 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2688,14 +2688,14 @@ class.")
 (define-public python-can
   (package
     (name "python-can")
-    (version "4.0.0")
+    (version "4.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "python-can" version))
        (sha256
         (base32
-         "0pcbdgdw94lc2sxd56w6wdsshrs9dd5d3wp0x4sfd0drzx32inar"))))
+         "1w5sdzxivpd3pw4pypwnjlksvfimdb93qnlddbrh5f13flhsgg8g"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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