guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 3436d8e626489f424f3352721604f82878355245
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sat Feb 7 19:26:14 2026 +0100

    gnu: python-proteus: Update to 7.0.3.
    
    * gnu/packages/tryton.scm (python-proteus): Update to 7.0.3.
    
    Change-Id: I615c01a1d85d6403b155632c2ded6e9bb95e9f10
---
 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 d750d9196d..161cc03162 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -165,13 +165,13 @@ and security.")
 (define-public python-proteus
   (package
     (name "python-proteus")
-    (version "7.0.2")
+    (version "7.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "proteus" version))
        (sha256
-        (base32 "1mh82lqc3dbg1kq21lwbk4wa2ghjkrmkz1xx1mzkk50cyhdd800w"))))
+        (base32 "08qx8c5kknmg6jkf6k3zlv4v3dsrls2p61h899mk41afa503gskg"))))
     (build-system pyproject-build-system)
     ;; Tests require python-trytond-party which requires python-proteus.
     (arguments

Reply via email to