M gnu/packages/tryton.scm => gnu/packages/tryton.scm +6 -5
@@ 2491,15 2491,16 @@ cost price of products to be calculated separately for each warehouse.")
(define-public trytond-product-image
(package
(name "trytond-product-image")
- (version "6.2.1")
+ (version "7.0.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "trytond_product_image" version))
(sha256
- (base32 "1xdqgc4y1sghnp5q25facdz3mnaxf8fysqlpbq3zrghsvi136mvd"))))
- (build-system python-build-system)
- (arguments (tryton-arguments "trytond_product_image"))
- (native-inputs (%standard-trytond-native-inputs))
+ (base32 "0x60yvgmg9wa8mqs3kalvhvgm8lwqdnzmwi960ipfims8mfsjfpj"))))
+ (build-system pyproject-build-system)
+ (arguments (tryton-arguments "product_image"
+ "-k not (test_get_image_url or test_image)"))
+ (native-inputs %standard-trytond-native-inputs)
(propagated-inputs (list python-pillow trytond trytond-product))
(home-page "https://docs.tryton.org/projects/modules-product-image")
(synopsis "Tryton module that adds images to products")