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
This commit is contained in:
John Kehayias 2025-04-23 23:44:24 -04:00
parent 3c8427ca41
commit 61ba713470
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

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