[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/15: gnu: trytond: Updated to 4.6.2.
From: |
Danny Milosavljevic |
Subject: |
06/15: gnu: trytond: Updated to 4.6.2. |
Date: |
Mon, 22 Jan 2018 14:00:58 -0500 (EST) |
dannym pushed a commit to branch master
in repository guix.
commit 7e99221db9c984751556f4062bf084fdf288207e
Author: Adriano Peluso <address@hidden>
Date: Mon Jan 22 18:40:52 2018 +0100
gnu: trytond: Updated to 4.6.2.
* gnu/packages/tryton.scm (trytond): Updated to 4.6.2.
[inputs]: Add python-magic.
Signed-off-by: Danny Milosavljevic <address@hidden>
---
gnu/packages/tryton.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index aa7af66..015437d 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -32,21 +32,20 @@
(define-public trytond
(package
(name "trytond")
- (version "4.4.1")
+ (version "4.6.2")
(source
(origin
(method url-fetch)
- (uri (string-append
- "https://downloads.tryton.org/4.4/trytond-"
- version ".tar.gz"))
+ (uri (pypi-uri "trytond" version))
(sha256
(base32
- "15gm34qwj5fpnkqvrxzndl8653zbczhsa76dm1gi4cqj1r29bbpr"))))
+ "0asc3pd37h8ky8j66iqxr0fv0k6mpjcwxwm0xgm5hrdi32l5cdda"))))
(build-system python-build-system)
(inputs
`(("python-dateutil" ,python-dateutil)
("python-genshi" ,python-genshi)
("python-polib" ,python-polib)
+ ("python-magic" ,python-magic)
;; there's no python-mysql in Guix right now
;; so python-psycopg2 (postgresql) only for now
("python-psycopg2" ,python-psycopg2)
- branch master updated (28b0b21 -> 20e42d1), Danny Milosavljevic, 2018/01/22
- 01/15: gnu: aria-maestosa: Use scons-python2., Danny Milosavljevic, 2018/01/22
- 02/15: gnu: aria-maestosa: Use scons-build-system., Danny Milosavljevic, 2018/01/22
- 03/15: gnu: wxwidgets: Use webkitgtk-2.4., Danny Milosavljevic, 2018/01/22
- 05/15: gnu: python-relatorio: Update to 0.8.0., Danny Milosavljevic, 2018/01/22
- 04/15: gnu: python-magic: Update to 0.4.15., Danny Milosavljevic, 2018/01/22
- 07/15: gnu: tryton: Updated to 4.6.2., Danny Milosavljevic, 2018/01/22
- 08/15: gnu: Add python-phonenumbers., Danny Milosavljevic, 2018/01/22
- 06/15: gnu: trytond: Updated to 4.6.2.,
Danny Milosavljevic <=
- 10/15: gnu: Rename "trytond" to "python-trytond"., Danny Milosavljevic, 2018/01/22
- 15/15: gnu: aria-maestosa: Add scons-flags., Danny Milosavljevic, 2018/01/22
- 09/15: gnu: Add python-proteus., Danny Milosavljevic, 2018/01/22
- 13/15: gnu: Add python-trytond-party., Danny Milosavljevic, 2018/01/22
- 12/15: gnu: Add python-stdnum., Danny Milosavljevic, 2018/01/22
- 11/15: gnu: Add python-trytond-country., Danny Milosavljevic, 2018/01/22
- 14/15: gnu: python-proteus: Add dependencies., Danny Milosavljevic, 2018/01/22