guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: branch master updated: gnu: python-libmpsse: Update to 1.4.1.
Date: Fri, 15 May 2020 17:25:26 -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 a7b2022  gnu: python-libmpsse: Update to 1.4.1.
a7b2022 is described below

commit a7b20226b2bf1a73b8f0f6536e7fa43326f35e33
Author: Danny Milosavljevic <address@hidden>
AuthorDate: Fri May 15 22:54:33 2020 +0200

    gnu: python-libmpsse: Update to 1.4.1.
    
    * gnu/packages/embedded.scm (python-libmpsse): Update to 1.4.1.
    [arguments]<#:phases>[set-environment-up]:
    Fix build with Python 3.8.
---
 gnu/packages/embedded.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 6ac1a2d..8b40990 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -1073,8 +1073,7 @@ the Raspberry Pi chip."))))
                (chdir "src")
                (setenv "PYDEV" (string-append python
                                "/include/python"
-                               ,(version-major+minor (package-version python))
-                               "m"))
+                               ,(version-major+minor (package-version 
python))))
                #t)))
          (replace 'install
            (lambda* (#:key inputs outputs make-flags #:allow-other-keys #:rest 
args)



reply via email to

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