[bug#78423] gnu: python-platypush: Update to 1.3.6.
Commit Message
* gnu/packages/engineering.scm (python-platypush): Update to 1.3.6.
Change-Id: I397d556a8ecb01a0ef3931ec7beb266aa7bb9016
---
gnu/packages/engineering.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
base-commit: 5f5d84beccc180f1b51474c0e47eb6e0d0c9175f
Comments
LGTM
If it builds and runs as expected this can be pushed IMO.
Thanks for your time and effort!
@@ -2081,7 +2081,7 @@ (define-public python-capstone
(define-public python-platypush
(package
(name "python-platypush")
- (version "1.3.5")
+ (version "1.3.6")
(source
(origin
(method git-fetch)
@@ -2090,7 +2090,7 @@ (define-public python-platypush
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1chd60r4misz2i368435yb6hhnm97v8kncjnchxj8mg3mglw9gy0"))))
+ (base32 "1957xkh7n5dhjb1kwhfpncfp6g1g6zgszwcrbj3l9h0gcrxlx8p0"))))
(build-system pyproject-build-system)
(arguments
(list