mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Rename "trytond" to "python-trytond".
* gnu/packages/tryton.scm (trytond): Rename to... (python-trytond): ...this. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
bf3563d5a4
commit
f38d2b422a
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@ (define-module (gnu packages tryton)
|
|||
#: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
|
||||
|
|
Loading…
Reference in a new issue