guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 374254a24cfbbfb63d4106b8d9f4c96de0d3d1e7
Author: Hartmut Goebel <[email protected]>
AuthorDate: Wed Nov 26 20:13:02 2025 +0100

    gnu: trytond-account-payment-stripe: Update to 7.0.5.
    
    * gnu/packages/tryton.scm (trytond-account-payment-stripe): Update to 7.0.5.
      [propagated-inputs]: Replace python-stripe by python-strip-12.
    
    Change-Id: I23c1fb3a1ad9cc5177353e2d6a16a922dafc9de2
---
 gnu/packages/tryton.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 90303d0be4..408eca7d9c 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -1085,19 +1085,19 @@ CFONB flavors to SEPA messages.")
 (define-public trytond-account-payment-stripe
   (package
     (name "trytond-account-payment-stripe")
-    (version "7.0.4")
+    (version "7.0.5")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "trytond_account_payment_stripe" version))
        (sha256
-        (base32 "0yh6ixplv0jpmzkm7wfspjv9i7d0a9wxrx6rzhm9md5364nsbcys"))))
+        (base32 "0ddljzik0sk5dyvhfvamxcxw1zcmzw4lwx6jdlryxhq1z82qvcyv"))))
     (build-system pyproject-build-system)
     ;; doctest requires network and an api key
     (arguments (tryton-arguments "account_payment_stripe" "-k not scenario"))
     (native-inputs %standard-trytond-native-inputs)
     (propagated-inputs
-     (list python-stripe trytond trytond-account trytond-account-payment
+     (list python-stripe-12 trytond trytond-account trytond-account-payment
            trytond-party))
     (home-page
      "https://docs.tryton.org/projects/modules-account-payment-stripe";)

Reply via email to