summaryrefslogtreecommitdiff
path: root/gnu/packages/syncthing.scm
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2025-04-23 23:44:24 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2025-04-23 23:49:38 -0400
commit61ba71347005e781e6f27738438871536d44d123 (patch)
tree10aacff223f8f4a73dc398bf9d18269cb4468d24 /gnu/packages/syncthing.scm
parent3c8427ca4159b07daa9b209a3fa835e74809ffb2 (diff)
gnu: syncthing-gtk: Update to 0.9.4.4-2.1e84f33.
Fixes the runtime failure: AttributeError: module 'gettext' has no attribute 'bind_textdomain_codeset'. * gnu/packages/syncthing.scm (syncthing-gtk): Update to 0.9.4.4-2.1e84f33. Change-Id: I37d0389a194b6c0d83db859a7cf7e2bdb4f50c54
Diffstat (limited to 'gnu/packages/syncthing.scm')
-rw-r--r--gnu/packages/syncthing.scm13
1 files changed, 6 insertions, 7 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 0322c612e38..4858d165f05 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -136,12 +136,11 @@ Protocol.")
(license mpl2.0)))
(define-public syncthing-gtk
- ;; The commit used below corresponds to the latest commit of the
- ;; python3-port branch maintained by Debian. Upstream hasn't bothered
- ;; porting to Python 3 (see:
- ;; https://github.com/kozec/syncthing-gtk/issues/487).
- (let ((revision "1")
- (commit "c46fbd8ad1d12d409da8942702a2f119cf45514a"))
+ ;; The commit used below corresponds to the latest commit of the Python 3
+ ;; fork maintained by Debian. Upstream hasn't bothered porting to Python 3
+ ;; (see: https://github.com/kozec/syncthing-gtk/issues/487).
+ (let ((revision "2")
+ (commit "1e84f332e413ba123bcd443443ffc2b435ffafd2"))
(package
(name "syncthing-gtk")
(version (git-version "0.9.4.4" revision commit))
@@ -153,7 +152,7 @@ Protocol.")
(file-name (git-file-name name version))
(sha256
(base32
- "1x1c8snf0jpgjmyyidjw0015ksk5ishqn817wx8vs9i0lfgnnbbg"))))
+ "1b77rdmx74zyz3lfhzzvdf3rrm7lfc7246varnr5xi366z3410ha"))))
(build-system python-build-system)
(arguments
`(#:phases