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
This commit is contained in:
Evgeny Pisemsky 2025-09-13 19:50:01 +03:00 committed by Ian Eure
parent f4e852b5f3
commit 7738546e49
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -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