guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python2-pyqt-4: Change package name to python2-pyqt.


From: Hartmut Goebel
Subject: 01/03: gnu: python2-pyqt-4: Change package name to python2-pyqt.
Date: Fri, 9 Dec 2016 13:22:25 +0000 (UTC)

htgoebel pushed a commit to branch master
in repository guix.

commit 9fde877856d82ee4c040fd904c4eb5378acea5ee
Author: Hartmut Goebel <address@hidden>
Date:   Sun Dec 4 22:32:54 2016 +0100

    gnu: python2-pyqt-4: Change package name to python2-pyqt.
    
    * gnu/packages/qt.scm (python2-pyqt-4)[package]: Change "name"
    python2-pyqt.
---
 gnu/packages/qt.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index ae951aa..fc4700e 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1115,7 +1115,7 @@ contain over 620 classes.")
 
 (define-public python2-pyqt-4
   (package (inherit python-pyqt-4)
-           (name "python2-pyqt-4")
+           (name "python2-pyqt")
            (native-inputs
             `(("python-sip" ,python2-sip)
               ("qt" ,qt-4)))



reply via email to

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