This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7738546e49 gnu: python-platypush: Update to 1.3.7.
7738546e49 is described below

commit 7738546e4981d3eb4752ad1c294cf67d32f6fcbc
Author: Evgeny Pisemsky <[email protected]>
AuthorDate: Sat Sep 13 19:50:01 2025 +0300

    gnu: python-platypush: Update to 1.3.7.
    
    * gnu/packages/engineering.scm (python-platypush): Update to 1.3.7.
    [propagated-inputs]: Add python-watchdog.
    
    Change-Id: Idb4c5e661a4d3337ae3504483b294da4abc85c20
---
 gnu/packages/engineering.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 18f3884de1..244a8023ca 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2051,7 +2051,7 @@ bindings for Python, Java, OCaml and more.")
 (define-public python-platypush
   (package
     (name "python-platypush")
-    (version "1.3.6")
+    (version "1.3.7")
     (source
      (origin
        (method git-fetch)
@@ -2060,7 +2060,7 @@ bindings for Python, Java, OCaml and more.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1957xkh7n5dhjb1kwhfpncfp6g1g6zgszwcrbj3l9h0gcrxlx8p0"))))
+        (base32 "0nh7107j4j0l65bsqpff0ar1609n5a5lh78d8wjsmylwyg9j9kyk"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -2096,6 +2096,7 @@ bindings for Python, Java, OCaml and more.")
                              python-sqlalchemy-2
                              python-tornado
                              python-urllib3
+                             python-watchdog
                              python-websocket-client
                              python-websockets
                              python-werkzeug

Reply via email to