dannym pushed a commit to branch master
in repository guix.

commit f38d2b422aafb526f8baba91c51f5bd60cab5be8
Author: Adriano Peluso <[email protected]>
Date:   Mon Jan 22 19:11:59 2018 +0100

    gnu: Rename "trytond" to "python-trytond".
    
    * gnu/packages/tryton.scm (trytond): Rename to...
    (python-trytond): ...this.
    
    Signed-off-by: Danny Milosavljevic <[email protected]>
---
 gnu/packages/tryton.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index b4fb008..357cc9f 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -29,9 +29,9 @@
   #:use-module (guix download)
   #:use-module (guix build-system python))
 
-(define-public trytond
+(define-public python-trytond
   (package
-    (name "trytond")
+    (name "python-trytond")
     (version "4.6.2")
     (source
      (origin

Reply via email to