guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-intelhex: Update to 2.3.0.


From: guix-commits
Subject: branch master updated: gnu: python-intelhex: Update to 2.3.0.
Date: Thu, 06 Jan 2022 04:11:25 -0500

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

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 67429314e4 gnu: python-intelhex: Update to 2.3.0.
67429314e4 is described below

commit 67429314e43a5ccfb4a93f52991f55e758aeb526
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Jan 6 10:10:53 2022 +0100

    gnu: python-intelhex: Update to 2.3.0.
    
    * gnu/packages/python-xyz.scm (python-intelhex): Update to 2.3.0.
    [arguments]: Enable the tests.
---
 gnu/packages/python-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fff2f06835..4e554b60cf 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23553,16 +23553,15 @@ existing Hunspell hyphenation dictionaries.")
 (define-public python-intelhex
   (package
     (name "python-intelhex")
-    (version "2.2.1")
+    (version "2.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "intelhex" version))
        (sha256
         (base32
-         "0ckqjbxd8gwcg98gfzpn4vq1qxzfvq3rdbrr1hikj1nmw08qb780"))))
+         "14q04p6qs47ab9w55232ylrdn4wm9rswz36s6x999x0rlxhp6aw9"))))
     (build-system python-build-system)
-    (arguments '(#:tests? #f))          ;issue with version
     (home-page "https://pypi.org/project/IntelHex/";)
     (synopsis "Python library for Intel HEX files manipulations")
     (description "The Intel HEX file format is widely used in microprocessors



reply via email to

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