guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-mpsse: Update to 1.4.1.


From: guix-commits
Subject: branch master updated: gnu: python-mpsse: Update to 1.4.1.
Date: Mon, 18 May 2020 13:57:34 -0400

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

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 782cc11  gnu: python-mpsse: Update to 1.4.1.
782cc11 is described below

commit 782cc119f52f28ea808a3ef0e63f80f7440b5b53
Author: Danny Milosavljevic <address@hidden>
AuthorDate: Mon May 18 19:07:23 2020 +0200

    gnu: python-mpsse: Update to 1.4.1.
    
    Follow-up to a7b20226b2bf1a73b8f0f6536e7fa43326f35e33.
    
    * gnu/packages/embedded.scm (python-libmpsse): Update to 1.4.1.
---
 gnu/packages/embedded.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 8b40990..9be1065 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -1040,7 +1040,7 @@ the Raspberry Pi chip."))))
 (define-public python-libmpsse
   (package
     (name "python-libmpsse")
-    (version "1.4")
+    (version "1.4.1")
     (source
       (origin
         (method git-fetch)
@@ -1050,7 +1050,7 @@ the Raspberry Pi chip."))))
         (file-name "libmpsse-checkout")
         (sha256
           (base32
-            "14f1kiiia4kfd9mzwx4h63aa8bpz9aknbrrr7mychnsp3arw0z25"))))
+            "1rypfb96k2szqgygp3jnwg2zq9kwmfz0460dsahn3r2vkzml8wn7"))))
     (build-system gnu-build-system)
     (inputs
      `(("libftdi" ,libftdi)



reply via email to

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