This is an automated email from the git hooks/post-receive script. guix_mirror_bot pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new 820a68d663 gnu: emacs-svg-tag-mode: Update to 0.3.3. 820a68d663 is described below commit 820a68d6636af30cf779dbb03c4c66d52ea3def5 Author: Roman Scherer <ro...@burningswell.com> AuthorDate: Sun Aug 17 16:21:37 2025 +0200 gnu: emacs-svg-tag-mode: Update to 0.3.3. * gnu/packages/emacs-xyz.scm (emacs-svg-tag-mode): Update to 0.3.3. Change-Id: Ib0c02709a9d6ee692e0b1c9ce4457261204aa40f Reviewed-by: Cayetano Santos <csant...@inventati.org> Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com> --- gnu/packages/emacs-xyz.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 81efc96ef8..5218216cb8 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -28502,10 +28502,10 @@ width is an integer multiple of character width.") (define-public emacs-svg-tag-mode ;; XXX: Upstream does not tag releases. The commit hash below corresponds ;; to the version bump. - (let ((commit "3b07983614bee0195534e7a8a6dcfab757da4f0b")) + (let ((commit "13e888b8bd9a0664d060149a44a751b2113331b6")) (package (name "emacs-svg-tag-mode") - (version "0.3.2") + (version "0.3.3") (source (origin (method git-fetch) @@ -28514,8 +28514,9 @@ width is an integer multiple of character width.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "0nc0y2dn67gy9cly3yamskfd9dd028xbask8gjxql934bq0ads2i")))) + (base32 "0fbq5gcr4rfddjdfy5qcnlk64lb15pibg1bbgdnyqvyvvv0biw48")))) (build-system emacs-build-system) + (arguments (list #:tests? #f)) ;no tests (propagated-inputs (list emacs-svg-lib)) (home-page "https://github.com/rougier/svg-tag-mode")