guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-svg-lib: Update to 0.2.5.


From: guix-commits
Subject: branch master updated: gnu: emacs-svg-lib: Update to 0.2.5.
Date: Tue, 18 Jan 2022 03:09:35 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b9020b9b7f gnu: emacs-svg-lib: Update to 0.2.5.
b9020b9b7f is described below

commit b9020b9b7fe1c566da2158b17a78c1b710b970c9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jan 18 09:08:39 2022 +0100

    gnu: emacs-svg-lib: Update to 0.2.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-svg-lib): Update to 0.2.5.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 619741df49..cd30cb3e37 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18482,10 +18482,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 "072a6e3243b3ad79453e86f9ff2e8fe2204f239b"))
+  (let ((commit "0486c9453449771bc3f5872f70bc5cb23580d0f4"))
     (package
       (name "emacs-svg-lib")
-      (version "0.2.4")
+      (version "0.2.5")
       (source
        (origin
          (method git-fetch)
@@ -18494,7 +18494,7 @@ within Emacs.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "048g4m3gvvxh5mfzimmq8d8vg6ah2hwi56mq2f7zvh1v0inb060a"))))
+          (base32 "059vd4k7bvskkriwaiz4n2yafc3inndrr018hqfpic4k02cbwzpv"))))
       (build-system emacs-build-system)
       (home-page "https://github.com/rougier/svg-lib";)
       (synopsis "Emacs SVG library for creating tags, icons and bars")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]