mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
f4e852b5f3
commit
7738546e49
1 changed files with 3 additions and 2 deletions
|
@ -2051,7 +2051,7 @@ bindings for Python, Java, OCaml and more.")
|
||||||
(define-public python-platypush
|
(define-public python-platypush
|
||||||
(package
|
(package
|
||||||
(name "python-platypush")
|
(name "python-platypush")
|
||||||
(version "1.3.6")
|
(version "1.3.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2060,7 +2060,7 @@ bindings for Python, Java, OCaml and more.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1957xkh7n5dhjb1kwhfpncfp6g1g6zgszwcrbj3l9h0gcrxlx8p0"))))
|
(base32 "0nh7107j4j0l65bsqpff0ar1609n5a5lh78d8wjsmylwyg9j9kyk"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -2096,6 +2096,7 @@ bindings for Python, Java, OCaml and more.")
|
||||||
python-sqlalchemy-2
|
python-sqlalchemy-2
|
||||||
python-tornado
|
python-tornado
|
||||||
python-urllib3
|
python-urllib3
|
||||||
|
python-watchdog
|
||||||
python-websocket-client
|
python-websocket-client
|
||||||
python-websockets
|
python-websockets
|
||||||
python-werkzeug
|
python-werkzeug
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue