1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: python-platypush: Update to 1.3.6.

* gnu/packages/engineering.scm (python-platypush): Update to 1.3.6.

Change-Id: I397d556a8ecb01a0ef3931ec7beb266aa7bb9016
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Reviewed-by: Gabriel Wicki <gabriel@erlikon.ch>
This commit is contained in:
Evgeny Pisemsky 2025-05-14 14:03:37 +03:00 committed by Maxim Cournoyer
parent 960efc55b0
commit d11b85b60e
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2081,7 +2081,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.5") (version "1.3.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2090,7 +2090,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 "1chd60r4misz2i368435yb6hhnm97v8kncjnchxj8mg3mglw9gy0")))) (base32 "1957xkh7n5dhjb1kwhfpncfp6g1g6zgszwcrbj3l9h0gcrxlx8p0"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list