guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 8cfa80c4bc7dbbb158c07b9508095b481b8c2e50
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sat Feb 7 19:41:43 2026 +0100

    gnu: trytond-sale-gift-card: Update to 7.0.1.
    
    * gnu/packages/tryton.scm (trytond-sale-gift-card): Update to 7.0.1.
    
    Change-Id: I80acf0c0c3de9ea2254c0aa8c1dedfdf720930eb
---
 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 7fb4a1f8d1..25a6cae059 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -3926,13 +3926,13 @@ on sale based on criteria.")
 (define-public trytond-sale-gift-card
   (package
     (name "trytond-sale-gift-card")
-    (version "7.0.0")
+    (version "7.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "trytond_sale_gift_card" version))
        (sha256
-        (base32 "1brfyrdd3j1lk8accdjv1jx6ila0rbskjjhlg0vv2jflwq81hpvn"))))
+        (base32 "1yjg0n61bnhai0rr3sx2jfvnxcx6g1iw2s59qgn331vvjhvw3jar"))))
     (build-system pyproject-build-system)
     (arguments (tryton-arguments "sale_gift_card"))
     (native-inputs

Reply via email to