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 609d095d23 gnu: emacs-svg-lib: Update to 0.3.0. 609d095d23 is described below commit 609d095d237d2a5cb00295d53c86206c18ce26df Author: Roman Scherer <ro...@burningswell.com> AuthorDate: Sun Aug 17 16:18:26 2025 +0200 gnu: emacs-svg-lib: Update to 0.3.0. * gnu/packages/emacs-xyz.scm (emacs-svg-lib): Update to 0.3.0. Change-Id: Ia960db113bfc55632d4d9efcaada6cae8e6c3650 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 b0fea82c33..81efc96ef8 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -28475,10 +28475,10 @@ within Emacs.") (define-public emacs-svg-lib ;; XXX: Upstream does not tag releases. The commit hash below corresponds ;; to the version bump. - (let ((commit "5ba4e4ea2b5c66e8811beb53251dee13685b2cb2")) + (let ((commit "f62279a4edbe2f67faf573d09b211653acea9668")) (package (name "emacs-svg-lib") - (version "0.2.6") + (version "0.3") (source (origin (method git-fetch) @@ -28487,8 +28487,9 @@ within Emacs.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "1zpcw8arizwjiz7diky7f0nh65zkp0pmnpyqzb0h1qgqnlf734k4")))) + (base32 "09l1hkif5pc4yskr1by5s4kmgx0k0ximk5p5fvcdvryrh687gwm4")))) (build-system emacs-build-system) + (arguments (list #:tests? #f)) ;no tests (home-page "https://github.com/rougier/svg-lib") (synopsis "Emacs SVG library for creating tags, icons and bars") (description